Remove the dependent libraries feature.
[oota-llvm.git] / test / Linker / AppendingLinkage.ll
index 134a42ef215b80fe25f704596ae722aee658c63b..014ead91bd109d4d910566662e0913340455de28 100644 (file)
@@ -1,6 +1,6 @@
 ; Test that appending linkage works correctly.
 
-; RUN: echo {@X = appending global \[1 x i32\] \[i32 8\] } | \
+; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \
 ; RUN:   llvm-as > %t.2.bc
 ; RUN: llvm-as < %s > %t.1.bc
 ; RUN: llvm-link %t.1.bc %t.2.bc -S | grep 7 | grep 4 | grep 8