diff options
Diffstat (limited to 'test/expr/bad-loadglobal-empty.txt')
-rw-r--r-- | test/expr/bad-loadglobal-empty.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/expr/bad-loadglobal-empty.txt b/test/expr/bad-loadglobal-empty.txt deleted file mode 100644 index 45229f19..00000000 --- a/test/expr/bad-loadglobal-empty.txt +++ /dev/null @@ -1,6 +0,0 @@ -;;; ERROR: 1 -(module (global $n i32) - (func (load_global))) -(;; STDERR ;;; -expr/bad-loadglobal-empty.txt:3:21: syntax error, unexpected ), expecting INT or VAR -;;; STDERR ;;) |