mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Add a call to reportCompare so this test passes.
This commit is contained in:
parent
4cb52d00c0
commit
25624cc338
@ -45,3 +45,4 @@ assertEq(isSyntaxError("function f(a,b,c,d,e,f,g,h,b,[y]){}"), true);
|
||||
assertEq(isSyntaxError("function f([y],a,b,c,d,e,f,g,h,a){}"), true);
|
||||
assertEq(isSyntaxError("function f([a],b,c,d,e,f,g,h,i,a){}"), true);
|
||||
assertEq(isSyntaxError("function f(a,b,c,d,e,f,g,h,i,[a]){}"), true);
|
||||
reportCompare(isSyntaxError("function f(a,b,c,d,e,f,g,h,i,[a]){}"), true);
|
||||
|
Loading…
Reference in New Issue
Block a user