mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 04:54:44 +02:00
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) {
|
function isAsyncTest(code) {
|
||||||
return /\$DONE()/.test(code));
|
return /\$DONE()/.test(code);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Run the test. */
|
/* Run the test. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user