| Index: tests_lit/parse_errs/call-indirect-i8.ll
|
| diff --git a/tests_lit/parse_errs/call-indirect-i8.ll b/tests_lit/parse_errs/call-indirect-i8.ll
|
| index 0a3b2bc86c1607b4627ed7d57e338e9ed14c6040..2c46ba15160578abb9dedd942470d1787ac42a40 100644
|
| --- a/tests_lit/parse_errs/call-indirect-i8.ll
|
| +++ b/tests_lit/parse_errs/call-indirect-i8.ll
|
| @@ -8,6 +8,6 @@ define void @CallIndirectI32(i32 %f_addr) {
|
| entry:
|
| %f = inttoptr i32 %f_addr to i32(i8)*
|
| %r = call i32 %f(i8 1)
|
| -; CHECK: Call argument 1 has invalid type: i8
|
| +; CHECK: Argument 1 of function has invalid type: i8
|
| ret void
|
| }
|
|
|