aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/parentheses.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocha/parentheses.js')
-rw-r--r--test/mocha/parentheses.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocha/parentheses.js b/test/mocha/parentheses.js
index 373db2da..0fbb4c95 100644
--- a/test/mocha/parentheses.js
+++ b/test/mocha/parentheses.js
@@ -84,7 +84,7 @@ describe("parentheses", function() {
}
});
- it("Should compress leading parenthesis with reasonable performance", function() {
+ it("Should compress leading parentheses with reasonable performance", function() {
this.timeout(30000);
var code = [
"({}?0:1)&&x();",