summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/regexp-compile-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/regexp-compile-expected.txt')
-rw-r--r--deps/v8/test/webkit/regexp-compile-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/webkit/regexp-compile-expected.txt b/deps/v8/test/webkit/regexp-compile-expected.txt
index d5c59ce803..319eb51fa0 100644
--- a/deps/v8/test/webkit/regexp-compile-expected.txt
+++ b/deps/v8/test/webkit/regexp-compile-expected.txt
@@ -40,7 +40,7 @@ PASS re.toString() is '/c/i'
PASS re.compile(new RegExp('c'), 'i'); threw exception TypeError: Cannot supply flags when constructing one RegExp from another.
PASS re.toString() is '/c/i'
PASS re.compile(new RegExp('+')); threw exception SyntaxError: Invalid regular expression: /+/: Nothing to repeat.
-PASS re.toString() is '/undefined/'
+PASS re.toString() is '/(?:)/'
PASS re.toString() is '/null/'
PASS re.toString() is '/(?:)/'
PASS re.toString() is '/z/'