Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index ae6dbfad33706eae42819747e6270ea222bc9db4..c70f9885ffcfa9b8d709908a2af80c5dc3f3543b 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -14612,6 +14612,8 @@ TEST(CompileExternalTwoByteSource) { |
} |
+#ifndef V8_INTERPRETED_REGEXP |
+ |
struct RegExpInterruptionData { |
int loop_count; |
UC16VectorResource* string_resource; |
@@ -14681,6 +14683,8 @@ TEST(RegExpInterruption) { |
regexp_interruption_data.string.Dispose(); |
} |
+#endif // V8_INTERPRETED_REGEXP |
+ |
// Test that we cannot set a property on the global object if there |
// is a read-only property in the prototype chain. |