Update test for backend error message change
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 10 Jul 2018 14:03:50 +0000 (14:03 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 10 Jul 2018 14:03:50 +0000 (14:03 +0000)
llvm-svn: 336676

clang/test/CodeGen/backend-unsupported-error.ll

index ade8c05..083402e 100644 (file)
@@ -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"