summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2018-07-10 14:03:50 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2018-07-10 14:03:50 +0000
commit695bff9aae9838e22bfe52909106a76e09782fca (patch)
tree78fc3cc357a61c4738e096121723668c64370ddb /test/CodeGen
parentd94210cb73e785733b9e6e527ad1636c64cd2c92 (diff)
Update test for backend error message change
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/backend-unsupported-error.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/backend-unsupported-error.ll b/test/CodeGen/backend-unsupported-error.ll
index ade8c052e7..083402ecee 100644
--- a/test/CodeGen/backend-unsupported-error.ll
+++ b/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"