summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt b/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
index 376c11d0b3..d74d65471e 100644
--- a/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
+++ b/deps/v8/test/inspector/debugger/set-script-source-exception-expected.txt
@@ -14,10 +14,10 @@ Running test: testSourceWithSyntaxError
id : <messageId>
result : {
exceptionDetails : {
- columnNumber : 2
+ columnNumber : 11
exceptionId : <exceptionId>
- lineNumber : 0
- text : Invalid or unexpected token
+ lineNumber : 1
+ text : Uncaught SyntaxError: Invalid or unexpected token
}
}
}