summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/evaluate-async-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/evaluate-async-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/evaluate-async-expected.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/inspector/runtime/evaluate-async-expected.txt b/deps/v8/test/inspector/runtime/evaluate-async-expected.txt
index ea47520ef8..95d2955252 100644
--- a/deps/v8/test/inspector/runtime/evaluate-async-expected.txt
+++ b/deps/v8/test/inspector/runtime/evaluate-async-expected.txt
@@ -89,7 +89,7 @@ Running test: testRejectedPromiseWithSyntaxError
columnNumber : 5
exception : {
className : SyntaxError
- description : SyntaxError: Unexpected token } at foo (<anonymous>:21:5) at throwSyntaxError (<anonymous>:23:3)
+ description : SyntaxError: Unexpected token '}' at foo (<anonymous>:21:5) at throwSyntaxError (<anonymous>:23:3)
objectId : <objectId>
subtype : error
type : object
@@ -115,11 +115,11 @@ Running test: testRejectedPromiseWithSyntaxError
}
]
}
- text : Uncaught (in promise) SyntaxError: Unexpected token }
+ text : Uncaught (in promise) SyntaxError: Unexpected token '}'
}
result : {
className : SyntaxError
- description : SyntaxError: Unexpected token } at foo (<anonymous>:21:5) at throwSyntaxError (<anonymous>:23:3)
+ description : SyntaxError: Unexpected token '}' at foo (<anonymous>:21:5) at throwSyntaxError (<anonymous>:23:3)
objectId : <objectId>
subtype : error
type : object