Index: test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js |
diff --git a/test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js b/test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8cbe7b7494f030202cca2bc744a29495b9afa23d |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js |
@@ -0,0 +1,4 @@ |
+// 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 |
+%IsConcurrentRecompilationSupported(); |