]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336676 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/backend-unsupported-error.ll

index ade8c052e76e297615630e7ef84415613882e878..083402eceeac2d10c7a5bcd87a934390471e9fd3 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"