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/objdump-section-content.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Object/objdump-section-content.test') diff --git a/test/Object/objdump-section-content.test b/test/Object/objdump-section-content.test index 37f53304ef..581e75eb5a 100644 --- a/test/Object/objdump-section-content.test +++ b/test/Object/objdump-section-content.test @@ -1,6 +1,6 @@ -RUN: llvm-objdump -s %p/TestObjectFiles/trivial-object-test.coff-i386 \ +RUN: llvm-objdump -s %p/Inputs/trivial-object-test.coff-i386 \ RUN: | FileCheck %s -check-prefix COFF-i386 -RUN: llvm-objdump -s %p/TestObjectFiles/trivial-object-test.elf-i386 \ +RUN: llvm-objdump -s %p/Inputs/trivial-object-test.elf-i386 \ RUN: | FileCheck %s -check-prefix ELF-i386 COFF-i386: trivial-object-test.coff-i386: file format -- cgit v1.2.3