summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/link-bitcode-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/link-bitcode-file.c')
-rw-r--r--test/CodeGen/link-bitcode-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/link-bitcode-file.c b/test/CodeGen/link-bitcode-file.c
index cf9493f..fb97b4d 100644
--- a/test/CodeGen/link-bitcode-file.c
+++ b/test/CodeGen/link-bitcode-file.c
@@ -6,7 +6,7 @@ int f(void);
#ifdef BITCODE
-// CHECK-BC: 'f': symbol multiply defined
+// CHECK-BC: fatal error: cannot link module {{.*}}'f': symbol multiply defined
int f(void) {
return 42;
}
OpenPOWER on IntegriCloud