summaryrefslogtreecommitdiff
path: root/test/sequential/test-cli-syntax.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-cli-syntax.js')
-rw-r--r--test/sequential/test-cli-syntax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-cli-syntax.js b/test/sequential/test-cli-syntax.js
index 35cc78258d..74e8c9fa91 100644
--- a/test/sequential/test-cli-syntax.js
+++ b/test/sequential/test-cli-syntax.js
@@ -112,7 +112,7 @@ syntaxArgs.forEach(function(args) {
assert.strictEqual(c.status, 0);
});
-// should throw if code piped from stdin with --check has bad syntax
+// Should throw if code piped from stdin with --check has bad syntax
// loop each possible option, `-c` or `--check`
syntaxArgs.forEach(function(args) {
const stdin = 'var foo bar;';