Index: test/webkit/regexp-compile-expected.txt |
diff --git a/test/webkit/regexp-compile-expected.txt b/test/webkit/regexp-compile-expected.txt |
index d5c59ce803f2d732e8855158309346214baa4e7d..319eb51fa0b4c8b3b63697d7e258371ccce34ac0 100644 |
--- a/test/webkit/regexp-compile-expected.txt |
+++ b/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/' |