Index: test/cctest/test-parsing.cc |
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc |
index 23a3d2621a8fa78b1ce38d8a8dbbd04f58f6251d..865bc52a9f99e2773450e561a948dca2a66efc10 100644 |
--- a/test/cctest/test-parsing.cc |
+++ b/test/cctest/test-parsing.cc |
@@ -2718,27 +2718,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] = { |
{"", ""}, |