diff options
Diffstat (limited to 'test/parse/expr/bad-binary-one-expr.txt')
-rw-r--r-- | test/parse/expr/bad-binary-one-expr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/expr/bad-binary-one-expr.txt b/test/parse/expr/bad-binary-one-expr.txt index 3422ea32..fdf815f6 100644 --- a/test/parse/expr/bad-binary-one-expr.txt +++ b/test/parse/expr/bad-binary-one-expr.txt @@ -3,10 +3,10 @@ i32.const 0 i32.add)) (;; STDERR ;;; -parse/expr/bad-binary-one-expr.txt:4:4: type stack size too small at i32.add. got 1, expected at least 2 +out/test/parse/expr/bad-binary-one-expr.txt:4:4: type stack size too small at i32.add. got 1, expected at least 2 i32.add)) ^^^^^^^ -parse/expr/bad-binary-one-expr.txt:2:9: type stack at end of function is 2. expected 0 +out/test/parse/expr/bad-binary-one-expr.txt:2:9: type stack at end of function is 2. expected 0 (module (func ^^^ ;;; STDERR ;;) |