diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-07-08 19:48:22 +0300 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-08 21:59:51 -0400 |
commit | 9158673166aa270eb80892acb8bbcb51cf72f9b6 (patch) | |
tree | 69f1f5d2953b937d800592b293a0c910ff6cae17 /tests/basic/test_tapping.cpp | |
parent | b3af79eaffcf272df7327d2e23cba8b60acea792 (diff) | |
download | qmk_firmware-9158673166aa270eb80892acb8bbcb51cf72f9b6.tar.gz qmk_firmware-9158673166aa270eb80892acb8bbcb51cf72f9b6.zip |
Reference issue #1478 from the unit tests
Diffstat (limited to 'tests/basic/test_tapping.cpp')
-rw-r--r-- | tests/basic/test_tapping.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/basic/test_tapping.cpp b/tests/basic/test_tapping.cpp index 75a1bcafb..30d032e9f 100644 --- a/tests/basic/test_tapping.cpp +++ b/tests/basic/test_tapping.cpp | |||
@@ -51,6 +51,7 @@ TEST_F(Tapping, HoldA_SHFT_T_KeyReportsShift) { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | TEST_F(Tapping, ANewTapWithinTappingTermIsBuggy) { | 53 | TEST_F(Tapping, ANewTapWithinTappingTermIsBuggy) { |
54 | // See issue #1478 for more information | ||
54 | TestDriver driver; | 55 | TestDriver driver; |
55 | InSequence s; | 56 | InSequence s; |
56 | 57 | ||