Index: test/cctest/test-parsing.cc |
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc |
index 19ca85a13bd75649ee1d26297a73a0f4394e10bb..f3600951d4db46caf8d7400c78b3cdb35c92a69c 100644 |
--- a/test/cctest/test-parsing.cc |
+++ b/test/cctest/test-parsing.cc |
@@ -2721,27 +2721,6 @@ TEST(NoErrorsRegexpLiteral) { |
} |
-TEST(Intrinsics) { |
- const char* context_data[][2] = { |
- {"", ""}, |
- { NULL, NULL } |
- }; |
- |
- const char* statement_data[] = { |
- "%someintrinsic(arg)", |
- NULL |
- }; |
- |
- // This test requires kAllowNatives to succeed. |
- static const ParserFlag always_true_flags[] = { |
- kAllowNatives |
- }; |
- |
- RunParserSyncTest(context_data, statement_data, kSuccess, NULL, 0, |
- always_true_flags, 1); |
-} |
- |
- |
TEST(NoErrorsNewExpression) { |
const char* context_data[][2] = { |
{"", ""}, |