diff options
Diffstat (limited to 'test/parse/expr/bad-if-sig-multi.txt')
-rw-r--r-- | test/parse/expr/bad-if-sig-multi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-if-sig-multi.txt b/test/parse/expr/bad-if-sig-multi.txt index e987c504..44cb713d 100644 --- a/test/parse/expr/bad-if-sig-multi.txt +++ b/test/parse/expr/bad-if-sig-multi.txt @@ -22,7 +22,7 @@ drop end)) (;; STDERR ;;; -out/test/parse/expr/bad-if-sig-multi.txt:6:5: error: multiple if results not currently supported. +out/test/parse/expr/bad-if-sig-multi.txt:6:5: error: multiple result values not currently supported. if (result i32 i32) ^^ out/test/parse/expr/bad-if-sig-multi.txt:19:5: error: if params not currently supported. |