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