diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-25 01:51:19 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-25 01:51:19 +0000 |
commit | 5a1106f8fc52ef57a5910708ce0227ae9cdc3e5c (patch) | |
tree | 7365b81dfb972bf4f332809f7d890729948953c1 /clang/test/CodeGen/link-bitcode-file.c | |
parent | 6e0b559d4fca6ffd1fd5e08bfa1c9da5b4e45f20 (diff) | |
download | bcm5719-llvm-5a1106f8fc52ef57a5910708ce0227ae9cdc3e5c.tar.gz bcm5719-llvm-5a1106f8fc52ef57a5910708ce0227ae9cdc3e5c.zip |
Make this test a bit stricter by checking clang's output too.
llvm-svn: 220604
Diffstat (limited to 'clang/test/CodeGen/link-bitcode-file.c')
-rw-r--r-- | clang/test/CodeGen/link-bitcode-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/link-bitcode-file.c b/clang/test/CodeGen/link-bitcode-file.c index cf9493f988a..fb97b4d1f58 100644 --- a/clang/test/CodeGen/link-bitcode-file.c +++ b/clang/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; } |