Skip to content
Snippets Groups Projects
Commit dd821f27 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #52 from smikes/syntax-error-isAsyncTest-sth

sth: correct syntax error in new fn isAsyncTest
parents 66aab602 a8c49d8b
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ function BrowserRunner() { ...@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment