summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-loadglobal-name-undefined.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-loadglobal-name-undefined.txt')
-rw-r--r--test/parse/expr/bad-loadglobal-name-undefined.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-loadglobal-name-undefined.txt b/test/parse/expr/bad-loadglobal-name-undefined.txt
new file mode 100644
index 00000000..428a3cc4
--- /dev/null
+++ b/test/parse/expr/bad-loadglobal-name-undefined.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (func (load_global $n)))
+(;; STDERR ;;;
+parse/expr/bad-loadglobal-name-undefined.txt:2:28: undefined global variable "$n"
+;;; STDERR ;;)