aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object/nm-archive.test
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-10-31 23:56:52 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-10-31 23:56:52 +0000
commit11f99878762e479766370e0cde051547c1c4911b (patch)
tree9a982986aa9583a134dc941b29ed6c0e030a1ac7 /test/Object/nm-archive.test
parent0f24175120f33ca0a0d29c99a6882656c02155b5 (diff)
downloadexternal_llvm-11f99878762e479766370e0cde051547c1c4911b.tar.gz
external_llvm-11f99878762e479766370e0cde051547c1c4911b.tar.bz2
external_llvm-11f99878762e479766370e0cde051547c1c4911b.zip
Change the actual tests to match the input directory rename (duh)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143404 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object/nm-archive.test')
-rw-r--r--test/Object/nm-archive.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Object/nm-archive.test b/test/Object/nm-archive.test
index 8ed81bfaac..2d96b73a27 100644
--- a/test/Object/nm-archive.test
+++ b/test/Object/nm-archive.test
@@ -1,6 +1,6 @@
-RUN: llvm-nm %p/TestObjectFiles/archive-test.a-coff-i386 \
+RUN: llvm-nm %p/Inputs/archive-test.a-coff-i386 \
RUN: | FileCheck %s -check-prefix COFF
-RUN: llvm-as %p/TestObjectFiles/trivial.ll -o=%t1
+RUN: llvm-as %p/Inputs/trivial.ll -o=%t1
RUN: llvm-ar rcs %t2 %t1
RUN: llvm-nm %t2 | FileCheck %s -check-prefix BITCODE