diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-25 00:44:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-25 00:44:01 +0300 |
commit | f2da0769b15056ef678f76d5a58ca91bba22b43d (patch) | |
tree | f7a643d56f4dcce57748a0973cf3381075d08910 /unit-tests/cc/parser/module.test | |
parent | b8f95cfa253dbe13be1ec888dfa22ad0a9fd4cee (diff) |
Fix C++ module test
Diffstat (limited to 'unit-tests/cc/parser/module.test')
-rw-r--r-- | unit-tests/cc/parser/module.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/cc/parser/module.test b/unit-tests/cc/parser/module.test index e1f9b0c..65186cd 100644 --- a/unit-tests/cc/parser/module.test +++ b/unit-tests/cc/parser/module.test @@ -129,7 +129,7 @@ EOE $* <<EOI 2>>EOE != 0 module ; EOI -stdin:1:8: error: module name expected instead of ';' +stdin:1:1: error: module declaration expected after leading module marker EOE : import-missing-semi |