From 7e8da7cfb814be7614aee600781ca28d419daeb9 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 26 Sep 2003 13:58:44 +0000 Subject: [PATCH] Modified the test so that it puts temporary files into the temporary directory. llvm-svn: 8717 --- test/Regression/Assembler/2002-04-07-HexFloatConstants.llx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx b/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx index f740c28cebc..04a1b463c4d 100644 --- a/test/Regression/Assembler/2002-04-07-HexFloatConstants.llx +++ b/test/Regression/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: llvm-as < %s | opt -constprop | llvm-dis > s1 && \ -; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > s2 && \ -; RUN: diff s1 s2 +; RUN: llvm-as < %s | opt -constprop | llvm-dis > %t.1 && \ +; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > %t.2 && \ +; RUN: diff %t.1 %t.2 implementation