forked from OSchip/llvm-project
Make this test a bit stricter by checking clang's output too.
llvm-svn: 220604
This commit is contained in:
parent
6e0b559d4f
commit
5a1106f8fc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue