Remove test that raised error from the JS engine's RegExp parser

This commit is contained in:
Marijn Haverbeke 2012-11-21 14:38:21 +01:00
parent 4229ef792e
commit 74536b9eb7

View File

@ -26101,9 +26101,6 @@ testFail("x\\u005c",
testFail("x\\u002a",
"Invalid Unicode escape (1:3)");
testFail("var x = /(s/g",
"Invalid regular expression: /(s/: Unterminated group");
testFail("/",
"Unterminated regular expression (1:1)");