summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/include.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/include.typ')
-rw-r--r--tests/typ/compiler/include.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/include.typ b/tests/typ/compiler/include.typ
index fa2e84c0..586e869b 100644
--- a/tests/typ/compiler/include.typ
+++ b/tests/typ/compiler/include.typ
@@ -24,7 +24,7 @@
#include "modules/chap1.typ"
// The variables of the file should not appear in this scope.
-// Error: 2-6 unknown variable
+// Error: 2-6 unknown variable: name
#name
---