Index: tests_lit/parse_errs/call-fcn-bad-return-type.ll |
diff --git a/tests_lit/parse_errs/call-fcn-bad-return-type.ll b/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
index b1c8cd8ea526333df1a2509777e94b9551ec9583..4154c7da1c4662e1d7833d273b7547a18926835b 100644 |
--- a/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
+++ b/tests_lit/parse_errs/call-fcn-bad-return-type.ll |
@@ -10,7 +10,7 @@ declare i1 @f(); |
define void @Test() { |
entry: |
%v = call i1 @f() |
-; CHECK: Return type of called function is invalid: i1 |
+; CHECK: Return type of f is invalid: i1 |
ret void |
} |