diff options
Diffstat (limited to 'deps/v8/test/mjsunit/compiler/osr-nested3b.js')
-rw-r--r-- | deps/v8/test/mjsunit/compiler/osr-nested3b.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/compiler/osr-nested3b.js b/deps/v8/test/mjsunit/compiler/osr-nested3b.js index 32ac2a7058..a10d328e03 100644 --- a/deps/v8/test/mjsunit/compiler/osr-nested3b.js +++ b/deps/v8/test/mjsunit/compiler/osr-nested3b.js @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Flags: --allow-natives-syntax --use-osr --turbo-osr +// Flags: --allow-natives-syntax --use-osr function f() { var sum = 0; |