From 5a1106f8fc52ef57a5910708ce0227ae9cdc3e5c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 25 Oct 2014 01:51:19 +0000 Subject: [PATCH] Make this test a bit stricter by checking clang's output too. llvm-svn: 220604 --- clang/test/CodeGen/link-bitcode-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/link-bitcode-file.c b/clang/test/CodeGen/link-bitcode-file.c index cf9493f..fb97b4d 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; } -- 2.7.4