Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / tests / preprocessor_tests / input_test.cpp
index 3c23729..7f2a848 100644 (file)
@@ -12,11 +12,6 @@ class InitTest : public PreprocessorTest
 {
 };
 
-TEST_F(InitTest, NegativeCount)
-{
-    EXPECT_FALSE(mPreprocessor.init(-1, NULL, NULL));
-}
-
 TEST_F(InitTest, ZeroCount)
 {
     EXPECT_TRUE(mPreprocessor.init(0, NULL, NULL));