diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-07-02 21:46:35 +0300 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-08 21:59:51 -0400 |
commit | 67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c (patch) | |
tree | d84f65049443d75b7bd285216cd0de0223707add /tests/basic/test_keypress.cpp | |
parent | 631c09e97679c27d2f9d8bf3980cc6b2ca6181aa (diff) | |
download | qmk_firmware-67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c.tar.gz qmk_firmware-67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c.zip |
Configure vscode file associations, use hpp instead of h
Diffstat (limited to 'tests/basic/test_keypress.cpp')
-rw-r--r-- | tests/basic/test_keypress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/test_keypress.cpp b/tests/basic/test_keypress.cpp index 2323b7cb4..460c38385 100644 --- a/tests/basic/test_keypress.cpp +++ b/tests/basic/test_keypress.cpp | |||
@@ -14,7 +14,7 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "test_common.h" | 17 | #include "test_common.hpp" |
18 | 18 | ||
19 | using testing::_; | 19 | using testing::_; |
20 | using testing::Return; | 20 | using testing::Return; |