aboutsummaryrefslogtreecommitdiff
path: root/tests/variable/qualified/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/variable/qualified/buildfile')
-rw-r--r--tests/variable/qualified/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/variable/qualified/buildfile b/tests/variable/qualified/buildfile
index 90e75c7..870b808 100644
--- a/tests/variable/qualified/buildfile
+++ b/tests/variable/qualified/buildfile
@@ -1,5 +1,5 @@
-#v = (:bar) # error: expected name instead of ':'
-#v = (foo:) # error: scope/target expected after ':'
+#v = (foo:) # error: variable name expected before ':'
+#v = (:bar) # error: scope/target expected after ':'
print (foo:bar)
print (foo :bar)