commit | bcf72ee8e3b26f1d0726869c7ddb3921c68b09a8 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Mon Aug 08 18:44:38 2016 +0100 |
committer | Ben Murdoch <benm@google.com> | Mon Aug 08 18:53:09 2016 +0100 |
tree | f29dbc902638cd0978d68e11ca4210b4d42ad94b | |
parent | c760da5ef600c88c80b92873880fa8d221642e06 [diff] [blame] |
Merge V8 5.2.361.47 https://chromium.googlesource.com/v8/v8/+/5.2.361.47 Change-Id: Ibec421b85a9b88cb3a432ada642e469fe7e78346
diff --git a/test/mjsunit/compiler/osr-regex-id.js b/test/mjsunit/compiler/osr-regex-id.js index 7831b14..e0b4dad 100644 --- a/test/mjsunit/compiler/osr-regex-id.js +++ b/test/mjsunit/compiler/osr-regex-id.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 id(f) { return f; }