Index: test/fuzzer/regexp.cc |
diff --git a/test/fuzzer/regexp.cc b/test/fuzzer/regexp.cc |
index 64c03aed8efed4e29d23864de37e3dba2bc3135b..40e34707acd4e39378264baad312fb5a21ac05c9 100644 |
--- a/test/fuzzer/regexp.cc |
+++ b/test/fuzzer/regexp.cc |
@@ -30,7 +30,6 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { |
v8::Context::Scope context_scope(support->GetContext()); |
v8::TryCatch try_catch(isolate); |
- i::FLAG_harmony_unicode_regexps = true; |
i::FLAG_harmony_regexp_lookbehind = true; |
i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate); |