diff options
Diffstat (limited to 'js/src/tests/non262/module/bug1689499.js')
-rw-r--r-- | js/src/tests/non262/module/bug1689499.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/non262/module/bug1689499.js b/js/src/tests/non262/module/bug1689499.js index 859cd6f64f..2547c88d16 100644 --- a/js/src/tests/non262/module/bug1689499.js +++ b/js/src/tests/non262/module/bug1689499.js @@ -1,4 +1,4 @@ -// |reftest| skip-if(!xulRuntime.shell) module async -- needs drainJobQueue +// |reftest| skip-if(!xulRuntime.shell) async -- needs drainJobQueue async function test() { try { |