aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/exception-thrown-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/exception-thrown-expected.txt')
-rw-r--r--deps/v8/test/inspector/runtime/exception-thrown-expected.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/v8/test/inspector/runtime/exception-thrown-expected.txt b/deps/v8/test/inspector/runtime/exception-thrown-expected.txt
index 7c58a0421e..916ed61b68 100644
--- a/deps/v8/test/inspector/runtime/exception-thrown-expected.txt
+++ b/deps/v8/test/inspector/runtime/exception-thrown-expected.txt
@@ -50,21 +50,21 @@ Check that exceptionThrown is supported by test runner.
columnNumber : 1
exception : {
className : SyntaxError
- description : SyntaxError: Unexpected token }
+ description : SyntaxError: Unexpected token '}'
objectId : <objectId>
preview : {
- description : SyntaxError: Unexpected token }
+ description : SyntaxError: Unexpected token '}'
overflow : false
properties : [
[0] : {
name : stack
type : string
- value : SyntaxError: Unexpected token }
+ value : SyntaxError: Unexpected token '}'
}
[1] : {
name : message
type : string
- value : Unexpected token }
+ value : Unexpected token '}'
}
]
subtype : error
@@ -77,7 +77,7 @@ Check that exceptionThrown is supported by test runner.
executionContextId : <executionContextId>
lineNumber : 0
scriptId : <scriptId>
- text : Uncaught SyntaxError: Unexpected token }
+ text : Uncaught SyntaxError: Unexpected token '}'
}
timestamp : <timestamp>
}