diff options
Diffstat (limited to 'deps/v8/test/mjsunit/es6/debug-stepin-string-template.js')
-rw-r--r-- | deps/v8/test/mjsunit/es6/debug-stepin-string-template.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/es6/debug-stepin-string-template.js b/deps/v8/test/mjsunit/es6/debug-stepin-string-template.js index f500faeee2..2d8c39497e 100644 --- a/deps/v8/test/mjsunit/es6/debug-stepin-string-template.js +++ b/deps/v8/test/mjsunit/es6/debug-stepin-string-template.js @@ -48,7 +48,8 @@ assertNull(exception); assertEquals([ "a0", - "b0", + "b44", + "b13", "d2b13", "e0b13", "b25", |