summaryrefslogtreecommitdiff
path: root/test/Linker/2004-05-07-TypeResolution1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2004-05-07-TypeResolution1.ll')
-rw-r--r--test/Linker/2004-05-07-TypeResolution1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2004-05-07-TypeResolution1.ll b/test/Linker/2004-05-07-TypeResolution1.ll
index 94c5af0f958..1c90079eae9 100644
--- a/test/Linker/2004-05-07-TypeResolution1.ll
+++ b/test/Linker/2004-05-07-TypeResolution1.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc
-; RUN: llvm-upgrade < `dirname %s`/2004-05-07-TypeResolution2.ll | \
+; RUN: llvm-upgrade < %p/2004-05-07-TypeResolution2.ll | \
; RUN: llvm-as -o %t2.bc -f
; RUN: llvm-link -f -o %t3.bc %t1.bc %t2.bc