aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-06 15:15:04 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-06 15:15:04 +0000
commite3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa (patch)
treed567df562caf514aaeb7d6009d001c9c2c0b8066 /test/Assembler
parentee29d2aa20a45b2ac6991c7ba6125d6698f0ca98 (diff)
downloadexternal_llvm-e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa.zip
external_llvm-e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa.tar.gz
external_llvm-e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa.tar.bz2
Checkin of autoconf-style object root.
Updated TestRunner tests so that they work correctly in a separate object root directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-04-07-HexFloatConstants.llx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Assembler/2002-04-07-HexFloatConstants.llx b/test/Assembler/2002-04-07-HexFloatConstants.llx
index 422d3b4..5411faa 100644
--- a/test/Assembler/2002-04-07-HexFloatConstants.llx
+++ b/test/Assembler/2002-04-07-HexFloatConstants.llx
@@ -5,9 +5,9 @@
; of the bug that was causing the Olden Health benchmark to output incorrect
; results!
;
-; RUN: as < %s | opt -constprop | dis > Output/%s && \
-; RUN: as < %s | dis | as | opt -constprop | dis > Output/%s2 && \
-; RUN: diff Output/%s Output/%s2
+; RUN: as < %s | opt -constprop | dis > s1 && \
+; RUN: as < %s | dis | as | opt -constprop | dis > s2 && \
+; RUN: diff s1 s2
implementation