Index: tests_lit/parse_errs/call-fcn-bad-param-type.ll |
diff --git a/tests_lit/parse_errs/call-fcn-bad-param-type.ll b/tests_lit/parse_errs/call-fcn-bad-param-type.ll |
index 23147324e14ece8ae75e5b8cfe35d8a04871ebe3..46c3ab737c959c02679df5402c2b5cf2de79f25d 100644 |
--- a/tests_lit/parse_errs/call-fcn-bad-param-type.ll |
+++ b/tests_lit/parse_errs/call-fcn-bad-param-type.ll |
@@ -10,6 +10,6 @@ declare void @f(i8); |
define void @Test() { |
entry: |
call void @f(i8 1) |
-; CHECK: Call argument 1 matches declaration but has invalid type: i8 |
+; CHECK: Argument 1 of f has invalid type: i8 |
ret void |
} |