From 11f99878762e479766370e0cde051547c1c4911b 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) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143404 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Object/nm-trivial-object.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/Object/nm-trivial-object.test') diff --git a/test/Object/nm-trivial-object.test b/test/Object/nm-trivial-object.test index 6de1780a16..3f418d7ea8 100644 --- a/test/Object/nm-trivial-object.test +++ b/test/Object/nm-trivial-object.test @@ -1,10 +1,10 @@ -RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.coff-i386 \ +RUN: llvm-nm %p/Inputs/trivial-object-test.coff-i386 \ RUN: | FileCheck %s -check-prefix COFF -RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.coff-x86-64 \ +RUN: llvm-nm %p/Inputs/trivial-object-test.coff-x86-64 \ RUN: | FileCheck %s -check-prefix COFF -RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.elf-i386 \ +RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \ RUN: | FileCheck %s -check-prefix ELF -RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.elf-x86-64 \ +RUN: llvm-nm %p/Inputs/trivial-object-test.elf-x86-64 \ RUN: | FileCheck %s -check-prefix ELF COFF: 00000000 d .data -- cgit v1.2.3