From f2da0769b15056ef678f76d5a58ca91bba22b43d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 25 Jul 2018 00:44:01 +0300 Subject: Fix C++ module test --- unit-tests/cc/parser/module.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $* <>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 -- cgit v1.1