Index: test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js |
diff --git a/test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js b/test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js |
index e734860f125d3ad5db01b05c943d1b38d988bf39..a08add7b2854b0fe6f2980dcd9eaac96a656272c 100644 |
--- a/test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js |
+++ b/test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js |
@@ -1,6 +1,6 @@ |
// Copyright 2014 the V8 project authors. All rights reserved. |
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
-// Flags: --allow-natives-syntax --harmony |
+// Flags: --allow-natives-syntax --harmony --harmony-proxies |
try { |
%UnblockConcurrentRecompilation(); |
} catch(e) {} |