aboutsummaryrefslogtreecommitdiff
path: root/test/message/throw_in_line_with_tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/throw_in_line_with_tabs.js')
-rw-r--r--test/message/throw_in_line_with_tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/throw_in_line_with_tabs.js b/test/message/throw_in_line_with_tabs.js
index fdc36b331a..ab059916b2 100644
--- a/test/message/throw_in_line_with_tabs.js
+++ b/test/message/throw_in_line_with_tabs.js
@@ -26,7 +26,7 @@ require('../common');
console.error('before');
(function() {
- // these lines should contain tab!
+ // These lines should contain tab!
// eslint-disable-next-line no-throw-literal
throw ({ foo: 'bar' });
})();