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