diff --git a/testsubmit.py b/testsubmit.py index 8a8eae3..e00dc03 100755 --- a/testsubmit.py +++ b/testsubmit.py @@ -499,9 +499,9 @@ def check_code(s): }, { - 'comment': 'Syntactically invalid (non-strict) Nodejs', + 'comment': 'Syntactically invalid Nodejs', 'language_id': 'nodejs', - 'sourcecode': r'''s = 'Hello world!' + 'sourcecode': r'''s = 'Hello world! console.log(s) ''', 'sourcefilename': 'test.js',