From 1c1a2b812352da786024434abf89cec9dfc6cef4 Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Mon, 31 Oct 2011 23:56:52 +0000 Subject: Change the actual tests to match the input directory rename (duh) llvm-svn: 143404 --- llvm/test/Object/nm-archive.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/Object/nm-archive.test') diff --git a/llvm/test/Object/nm-archive.test b/llvm/test/Object/nm-archive.test index 8ed81bfaacc..2d96b73a271 100644 --- a/llvm/test/Object/nm-archive.test +++ b/llvm/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 -- cgit v1.2.3