Index: test/cctest/test-debug.cc |
=================================================================== |
--- test/cctest/test-debug.cc (revision 4367) |
+++ test/cctest/test-debug.cc (working copy) |
@@ -5439,7 +5439,7 @@ |
} |
-#ifdef V8_NATIVE_REGEXP |
+#ifndef V8_INTERPRETED_REGEXP |
// Debug event handler which gets the function on the top frame and schedules a |
// break a number of times. |
static void DebugEventDebugBreak( |
@@ -5506,7 +5506,7 @@ |
CHECK_EQ(1, break_point_hit_count); |
CHECK_EQ("f", last_function_hit); |
} |
-#endif // V8_NATIVE_REGEXP |
+#endif // V8_INTERPRETED_REGEXP |
// Common part of EvalContextData and NestedBreakEventContextData tests. |