diff --git a/src/test/integtests/platform/COSXKeyStateTests.cpp b/src/test/integtests/platform/COSXKeyStateTests.cpp index 6c0ff83b..71f98589 100644 --- a/src/test/integtests/platform/COSXKeyStateTests.cpp +++ b/src/test/integtests/platform/COSXKeyStateTests.cpp @@ -59,8 +59,6 @@ TEST_F(COSXKeyStateTests, fakeAndPoll_shift) EXPECT_TRUE(!isKeyPressed(keyState, SHIFT_BUTTON)); } -#endif - TEST_F(COSXKeyStateTests, fakeAndPoll_charKey) { CKeyMap keyMap; @@ -118,3 +116,5 @@ COSXKeyStateTests::isKeyPressed(const COSXKeyState& keyState, KeyButton button) return false; } +#endif +