Index: test/webkit/fast/regex/constructor-expected.txt |
diff --git a/test/webkit/fast/regex/constructor-expected.txt b/test/webkit/fast/regex/constructor-expected.txt |
index e59c3227703e921f33b077e5515de28f5b8f1668..55816d969a15bb1415809cba04728db17902d006 100644 |
--- a/test/webkit/fast/regex/constructor-expected.txt |
+++ b/test/webkit/fast/regex/constructor-expected.txt |
@@ -28,8 +28,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS re === RegExp(re) is true |
PASS re !== new RegExp(re) is true |
-PASS re === RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another. |
-PASS re !== new RegExp(re,'i') threw exception TypeError: Cannot supply flags when constructing one RegExp from another. |
+PASS re === RegExp(re,'i') is false |
+PASS re !== new RegExp(re,'i') is true |
PASS successfullyParsed is true |
TEST COMPLETE |