Index: test/message/strict-octal-string.out |
diff --git a/test/message/strict-octal-string.out b/test/message/strict-octal-string.out |
index c46df6bbfffd0626a0d3f2d10a81e79e45a16a2f..69f81a48c8425ff39f9a7962beded81f98da259a 100644 |
--- a/test/message/strict-octal-string.out |
+++ b/test/message/strict-octal-string.out |
@@ -1,4 +1,4 @@ |
-*%(basename)s:32: SyntaxError: Octal literals are not allowed in strict mode. |
+*%(basename)s:32: SyntaxError: Octal escape sequences are not allowed in strict mode. |
var x = "hello\040world"; |
^^ |
-SyntaxError: Octal literals are not allowed in strict mode. |
+SyntaxError: Octal escape sequences are not allowed in strict mode. |