diff options
| -rw-r--r-- | clang/test/CodeGen/backend-unsupported-error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/backend-unsupported-error.ll b/clang/test/CodeGen/backend-unsupported-error.ll index ade8c052e76..083402eceea 100644 --- a/clang/test/CodeGen/backend-unsupported-error.ll +++ b/clang/test/CodeGen/backend-unsupported-error.ll @@ -3,7 +3,7 @@ ; This is to check that backend errors for unsupported features are formatted correctly -; CHECK: error: test.c:2:20: in function bar i32 (): unsupported call to function foo.2 +; CHECK: error: test.c:2:20: in function bar i32 (): unsupported call to function foo target triple = "r600-unknown-unknown" |

