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)
llvm-svn: 220604

clang/test/CodeGen/link-bitcode-file.c

index cf9493f..fb97b4d 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;
 }