]> granicus.if.org Git - clang/commitdiff
Make this test a bit stricter by checking clang's output too.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 25 Oct 2014 01:51:19 +0000 (01:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 25 Oct 2014 01:51:19 +0000 (01:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220604 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/link-bitcode-file.c

index cf9493f988ae7ca071a154a8bd95588cad0be7fb..fb97b4d1f5857c69d0efe646fec3a9dff5256e70 100644 (file)
@@ -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;
 }