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