diff options
Diffstat (limited to 'test/mocha/with.js')
-rw-r--r-- | test/mocha/with.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/with.js b/test/mocha/with.js index a74ef41a..72fd76ef 100644 --- a/test/mocha/with.js +++ b/test/mocha/with.js @@ -1,5 +1,5 @@ var assert = require("assert"); -var uglify = require("../../"); +var uglify = require("../node"); describe("With", function() { it("Should throw syntaxError when using with statement in strict mode", function() { |