summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/testlink1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/testlink1.ll')
-rw-r--r--llvm/test/Linker/testlink1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/testlink1.ll b/llvm/test/Linker/testlink1.ll
index ccdd5f3b0be..df89d84c17f 100644
--- a/llvm/test/Linker/testlink1.ll
+++ b/llvm/test/Linker/testlink1.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as > %t.bc
-; RUN: llvm-upgrade < `dirname %s`/testlink2.ll | llvm-as > %t2.bc
+; RUN: llvm-upgrade < %p/testlink2.ll | llvm-as > %t2.bc
; RUN: llvm-link %t.bc %t2.bc
%MyVar = external global int
OpenPOWER on IntegriCloud