Use StringMap instead of std::map<std::string, SDNode*>.
[oota-llvm.git] / test / Linker / redefinition.ll
index 7be93234455d712ca1cf2e57389a32a9b42c5c30..0ee30d081abde5884a24ae7a5e98dfe1b1458e78 100644 (file)
@@ -6,5 +6,5 @@
 ; RUN: not llvm-link %t.foo1.bc %t.foo2.bc -o %t.bc |& \
 ; RUN:   grep {Function is already defined}
 ; RUN: not llvm-link %t.foo1.bc %t.foo3.bc -o %t.bc |& \
-; RUN:   grep {Function 'foo' defined as both}
+; RUN:   grep {Function is already defined}
 define void @foo() { ret void }