mirror of https://github.com/tc39/test262.git
Merge pull request #52 from smikes/syntax-error-isAsyncTest-sth
sth: correct syntax error in new fn isAsyncTest
This commit is contained in:
commit
dd821f2700
|
@ -92,7 +92,7 @@ function BrowserRunner() {
|
|||
}
|
||||
|
||||
function isAsyncTest(code) {
|
||||
return /\$DONE()/.test(code));
|
||||
return /\$DONE()/.test(code);
|
||||
}
|
||||
|
||||
/* Run the test. */
|
||||
|
|
Loading…
Reference in New Issue