From 67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c Mon Sep 17 00:00:00 2001
From: Fred Sundvik
Date: Sun, 2 Jul 2017 21:46:35 +0300
Subject: Configure vscode file associations, use hpp instead of h
---
tests/basic/test_keypress.cpp | 2 +-
tests/basic/test_macro.cpp | 2 +-
tests/basic/test_tapping.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'tests/basic')
diff --git a/tests/basic/test_keypress.cpp b/tests/basic/test_keypress.cpp
index 2323b7cb44..460c383856 100644
--- a/tests/basic/test_keypress.cpp
+++ b/tests/basic/test_keypress.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see .
*/
-#include "test_common.h"
+#include "test_common.hpp"
using testing::_;
using testing::Return;
diff --git a/tests/basic/test_macro.cpp b/tests/basic/test_macro.cpp
index f1990bf6ff..56ee5ad3e8 100644
--- a/tests/basic/test_macro.cpp
+++ b/tests/basic/test_macro.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see .
*/
-#include "test_common.h"
+#include "test_common.hpp"
#include "time.h"
using testing::InSequence;
diff --git a/tests/basic/test_tapping.cpp b/tests/basic/test_tapping.cpp
index c158e17189..75a1bcafb8 100644
--- a/tests/basic/test_tapping.cpp
+++ b/tests/basic/test_tapping.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see .
*/
-#include "test_common.h"
+#include "test_common.hpp"
#include "action_tapping.h"
using testing::_;
--
cgit v1.2.3