summaryrefslogtreecommitdiffstats
path: root/tests/test_common/test_fixture.hpp
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-07-15 03:34:37 +0200
committerThat-Canadian <poole.chris.11@gmail.com>2017-07-15 03:34:37 +0200
commit5412229603c1b16051776e81bed57697adf339e2 (patch)
tree088e5e6d1d0d448f0e5c4032a830c27b33a126ab /tests/test_common/test_fixture.hpp
parentd73d30aa846f4378b8f1fa072a4620520b3c1953 (diff)
parent6ed8ce4f598f838b971aa290a499f852827e1b58 (diff)
downloadqmk_firmware-5412229603c1b16051776e81bed57697adf339e2.tar.gz
qmk_firmware-5412229603c1b16051776e81bed57697adf339e2.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tests/test_common/test_fixture.hpp')
-rw-r--r--tests/test_common/test_fixture.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_common/test_fixture.hpp b/tests/test_common/test_fixture.hpp
index 4146b682b..fb37e440f 100644
--- a/tests/test_common/test_fixture.hpp
+++ b/tests/test_common/test_fixture.hpp
@@ -26,5 +26,5 @@ public:
static void TearDownTestCase();
void run_one_scan_loop();
- void idle_for(uint ms);
+ void idle_for(unsigned ms);
}; \ No newline at end of file