Remove support for truncating names in archives.
[oota-llvm.git] / test / Linker / 2003-06-02-TypeResolveProblem2.ll
index 3f9fd04ae34074221d240ea0c954efcb7393cd0f..3ae23a208042072dcb6d1b4fcb907efed78dc08d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: echo {%%T = type i32} | llvm-as > %t.1.bc
+; RUN: echo "%%T = type i32" | llvm-as > %t.1.bc
 ; RUN: llvm-as < %s > %t.2.bc
 ; RUN: llvm-link %t.1.bc %t.2.bc