diff options
Diffstat (limited to 'test/Linker/2002-07-17-LinkTest2.ll')
-rw-r--r-- | test/Linker/2002-07-17-LinkTest2.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2002-07-17-LinkTest2.ll b/test/Linker/2002-07-17-LinkTest2.ll index c1db0634b6..80286eb01f 100644 --- a/test/Linker/2002-07-17-LinkTest2.ll +++ b/test/Linker/2002-07-17-LinkTest2.ll @@ -1,8 +1,8 @@ ; This fails linking when it is linked with an empty file as the first object file -; RUN: as > Output/LinkTest1.bc < /dev/null -; RUN: as < %s > Output/LinkTest2.bc -; RUN: link Output/LinkTest[12].bc +; RUN: as > %t1.bc < /dev/null +; RUN: as < %s > %t2.bc +; RUN: link %t[12].bc %work = global int (int, int)* %zip |