aboutsummaryrefslogtreecommitdiff
path: root/test/mozilla-ast.js
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2015-09-24 18:12:06 +0300
committerMihai Bazon <mihai.bazon@gmail.com>2015-09-24 18:13:21 +0300
commit6637c267a53ae7e21807da1da862fbae0bb880fd (patch)
tree49e321de0b00b072d2f9eb9fec23c305d28fd536 /test/mozilla-ast.js
parent99233c44cc125fa1a96a47b863dbfb3ec0c3fadc (diff)
downloadtracifyjs-6637c267a53ae7e21807da1da862fbae0bb880fd.tar.gz
tracifyjs-6637c267a53ae7e21807da1da862fbae0bb880fd.zip
Fix mozilla-ast after module loading changes
Need to explicitly qualify stuff now, since it's not evaluated in some global scope. Ref #636
Diffstat (limited to 'test/mozilla-ast.js')
-rw-r--r--test/mozilla-ast.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mozilla-ast.js b/test/mozilla-ast.js
index 02628676..b5c6c6ed 100644
--- a/test/mozilla-ast.js
+++ b/test/mozilla-ast.js
@@ -100,4 +100,4 @@ module.exports = function(options) {
}
process.stdout.write(prefix + "Probability of error is less than " + (100 / options.iterations) + "%, stopping.\n");
-}; \ No newline at end of file
+};