aboutsummaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-07-25 00:44:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-07-25 00:44:01 +0300
commitf2da0769b15056ef678f76d5a58ca91bba22b43d (patch)
treef7a643d56f4dcce57748a0973cf3381075d08910 /unit-tests
parentb8f95cfa253dbe13be1ec888dfa22ad0a9fd4cee (diff)
Fix C++ module test
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/cc/parser/module.test2
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