Skip to content

Commit 3b96294

Browse files
committed
[WebAssembly] Update type checker message in notypecheck.s
This was missing from #110094.
1 parent f7dfaf3 commit 3b96294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/notypecheck.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Verify that without -Wa,--no-type-check the assembler will error out
77
# RUN: not %clang %s -c -o tmp.o -target wasm32-unknown-unknown 2>&1 | FileCheck --check-prefix=ERROR %s
8-
# ERROR: error: popped i64, expected i32
8+
# ERROR: error: type mismatch, expected [i32] but got [i64]
99

1010
foo:
1111
.functype foo () -> (i32)

0 commit comments

Comments
 (0)