summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-loop-sig-multi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-loop-sig-multi.txt')
-rw-r--r--test/parse/expr/bad-loop-sig-multi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/expr/bad-loop-sig-multi.txt b/test/parse/expr/bad-loop-sig-multi.txt
index 5ea5b726..5069d191 100644
--- a/test/parse/expr/bad-loop-sig-multi.txt
+++ b/test/parse/expr/bad-loop-sig-multi.txt
@@ -1,7 +1,7 @@
;;; ERROR: 1
(module
(func
- loop i32 i32
+ loop (result i32 i32)
i32.const 1
i32.const 2
end
@@ -9,6 +9,6 @@
drop))
(;; STDERR ;;;
out/test/parse/expr/bad-loop-sig-multi.txt:4:5: multiple loop signature result types not currently supported.
- loop i32 i32
+ loop (result i32 i32)
^^^^
;;; STDERR ;;)