disabled all COSXKeyStateTests for osx10.6

This commit is contained in:
Nick Bolton 2014-02-24 13:04:16 +00:00
parent 2c2b136a36
commit ad35ccb2dc
1 changed files with 2 additions and 2 deletions

View File

@ -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