aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mocha/minify.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/minify.js b/test/mocha/minify.js
index d696a25f..65392ee4 100644
--- a/test/mocha/minify.js
+++ b/test/mocha/minify.js
@@ -383,7 +383,7 @@ describe("minify", function() {
toplevel: true,
},
rename: true,
- }).code, "var a2;(a2=y)(a2);");
+ }).code, "var a;(a=y)(a);");
}
});
});