mirror of https://github.com/tc39/test262.git
sth: correct syntax error in new fn isAsyncTest
This commit is contained in:
parent
66aab6025d
commit
a8c49d8b47
|
@ -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