Remove some logic I thoughtlessly copied over
[oota-llvm.git] / test / Feature / inlineasm.ll
index c8f59f24cf4d70e5ea14daa101bc41668f74fa36..fdb4657c672c886160c67afbae688c2e3495bebe 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll
-; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
-; RUN: diff Output/t1.ll Output/t2.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > t1.ll
+; RUN: llvm-as t1.ll -o - | llvm-dis > t2.ll
+; RUN: diff t1.ll t2.ll
 
 
 module asm "this is an inline asm block"