Skip to content

Commit 8b2f5af

Browse files
committed
Revert "Fixes #1267."
Revert due to V8 downgrade. This reverts commit 04c9169.
1 parent 64a06c5 commit 8b2f5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simple/test-repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function error_test() {
118118
// invalid input to JSON.parse error is special case of syntax error,
119119
// should throw
120120
{ client: client_unix, send: 'JSON.parse(\'{invalid: \\\'json\\\'}\');',
121-
expect: /^SyntaxError: Unexpected token i/ },
121+
expect: /^SyntaxError: Unexpected token ILLEGAL/ },
122122
// Named functions can be used:
123123
{ client: client_unix, send: 'function blah() { return 1; }',
124124
expect: prompt_unix },

0 commit comments

Comments
 (0)