diff options
Diffstat (limited to 'test/expr/bad-setlocal-name-undefined.txt')
-rw-r--r-- | test/expr/bad-setlocal-name-undefined.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/expr/bad-setlocal-name-undefined.txt b/test/expr/bad-setlocal-name-undefined.txt deleted file mode 100644 index 00494778..00000000 --- a/test/expr/bad-setlocal-name-undefined.txt +++ /dev/null @@ -1,5 +0,0 @@ -;;; ERROR: 1 -(module (func (set_local $n (i32.const 0)))) -(;; STDERR ;;; -expr/bad-setlocal-name-undefined.txt:2:26: undefined local variable "$n" -;;; STDERR ;;) |