From 8b2f5af2a0c17af6b615f7765ebca29f1a5ad9a6 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 5 Jul 2011 16:40:13 -0700 Subject: [PATCH] Revert "Fixes #1267." Revert due to V8 downgrade. This reverts commit 04c916989291ccc28fb2a8230e4013f97cc9799d. --- test/simple/test-repl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple/test-repl.js b/test/simple/test-repl.js index c862d11764..3183fa1b63 100644 --- a/test/simple/test-repl.js +++ b/test/simple/test-repl.js @@ -118,7 +118,7 @@ function error_test() { // invalid input to JSON.parse error is special case of syntax error, // should throw { client: client_unix, send: 'JSON.parse(\'{invalid: \\\'json\\\'}\');', - expect: /^SyntaxError: Unexpected token i/ }, + expect: /^SyntaxError: Unexpected token ILLEGAL/ }, // Named functions can be used: { client: client_unix, send: 'function blah() { return 1; }', expect: prompt_unix },