aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/comment.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocha/comment.js')
-rw-r--r--test/mocha/comment.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mocha/comment.js b/test/mocha/comment.js
index 56470e0f..acad3693 100644
--- a/test/mocha/comment.js
+++ b/test/mocha/comment.js
@@ -20,7 +20,7 @@ describe("Comment", function() {
for (var i = 0; i < tests.length; i++) {
assert.throws(function() {
- uglify.parse(tests[i], {fromString: true})
+ uglify.parse(tests[i]);
}, fail, tests[i]);
}
});
@@ -43,7 +43,7 @@ describe("Comment", function() {
for (var i = 0; i < tests.length; i++) {
assert.throws(function() {
- uglify.parse(tests[i], {fromString: true})
+ uglify.parse(tests[i]);
}, fail, tests[i]);
}
});