Don't use test inputs from other directories.
authorAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 11:59:45 +0000 (11:59 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 3 Aug 2015 11:59:45 +0000 (11:59 +0000)
commitde5e9119ceb2e35585cd65fcbeccaa5201af62c0
tree0f4bee44d656225106e9628df3e5a6e48ebc7ebe
parentae8ffe09774da93ce0fabdc5a24f3d76e18336ff
Don't use test inputs from other directories.

The test/DebugInfo/dwarfdump-macho-universal.test test added in r243862 uses
an input from another test's directory (test/tools/dsymutil/Inputs/fat-test.o)
which breaks our test setup.

Copying the required test input to the test's Input directory to fix the issue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243872 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/Inputs/fat-test.o [new file with mode: 0644]
test/DebugInfo/dwarfdump-macho-universal.test