Make this test a bit stricter by checking clang's output too.

llvm-svn: 220604
This commit is contained in:
Rafael Espindola 2014-10-25 01:51:19 +00:00
parent 6e0b559d4f
commit 5a1106f8fc
1 changed files with 1 additions and 1 deletions

View 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;
}