aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/run-script-async-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/run-script-async-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/run-script-async-expected.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/inspector/runtime/run-script-async-expected.txt b/deps/v8/test/inspector/runtime/run-script-async-expected.txt
index 29b9c526dd..8befa1399c 100644
--- a/deps/v8/test/inspector/runtime/run-script-async-expected.txt
+++ b/deps/v8/test/inspector/runtime/run-script-async-expected.txt
@@ -24,7 +24,7 @@ Running test: testSyntaxErrorInScript
columnNumber : 1
exception : {
className : SyntaxError
- description : SyntaxError: Unexpected token }
+ description : SyntaxError: Unexpected token '}'
objectId : <objectId>
subtype : error
type : object
@@ -45,7 +45,7 @@ Running test: testSyntaxErrorInEvalInScript
columnNumber : 0
exception : {
className : SyntaxError
- description : SyntaxError: Unexpected token } at boo.js:2:2
+ description : SyntaxError: Unexpected token '}' at boo.js:2:2
objectId : <objectId>
subtype : error
type : object
@@ -68,7 +68,7 @@ Running test: testSyntaxErrorInEvalInScript
}
result : {
className : SyntaxError
- description : SyntaxError: Unexpected token } at boo.js:2:2
+ description : SyntaxError: Unexpected token '}' at boo.js:2:2
objectId : <objectId>
subtype : error
type : object