summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-if-no-then.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-if-no-then.txt')
-rw-r--r--test/parse/expr/bad-if-no-then.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/bad-if-no-then.txt b/test/parse/expr/bad-if-no-then.txt
index 46525fe7..437e2ceb 100644
--- a/test/parse/expr/bad-if-no-then.txt
+++ b/test/parse/expr/bad-if-no-then.txt
@@ -2,7 +2,7 @@
;;; ERROR: 1
(module (func (if (i32.const 0))))
(;; STDERR ;;;
-out/test/parse/expr/bad-if-no-then.txt:3:32: error: unexpected token ")", expected then block (e.g. (then ...)).
+out/test/parse/expr/bad-if-no-then.txt:3:32: error: unexpected token ), expected (.
(module (func (if (i32.const 0))))
^
;;; STDERR ;;)