aboutsummaryrefslogtreecommitdiff
path: root/test/Linker/2003-06-02-TypeResolveProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-06-02-TypeResolveProblem.ll')
-rw-r--r--test/Linker/2003-06-02-TypeResolveProblem.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2003-06-02-TypeResolveProblem.ll b/test/Linker/2003-06-02-TypeResolveProblem.ll
index eee1135dfb..796cb8aa08 100644
--- a/test/Linker/2003-06-02-TypeResolveProblem.ll
+++ b/test/Linker/2003-06-02-TypeResolveProblem.ll
@@ -1,6 +1,6 @@
-; RUN: echo "%T = type opaque" | as > Output/%s.2.bc
-; RUN: as < %s > Output/%s.1.bc
-; RUN: link Output/%s.[12].bc
+; RUN: echo "%T = type opaque" | as > %t.2.bc
+; RUN: as < %s > %t.1.bc
+; RUN: link %t.[12].bc
%T = type opaque
%a = constant { %T* } { %T* null }