summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/regexp_parse/Empty.js
blob: 56d0d890d68175430c65f03cf2351ce275fd4026 (plain)
1
2
3
4
5
6
7
if (typeof parseRegExp === 'undefined')
    quit();

load(libdir + "regexp_parse.js");

test("", all_flags,
     Empty());