From: John Criswell Date: Wed, 8 Dec 2004 16:41:34 +0000 (+0000) Subject: Fix llvmgcc to use the TestRunner substition mechanism. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=997715f1d2b9d24241121dc2d32ce8719ade4e70;p=oota-llvm.git Fix llvmgcc to use the TestRunner substition mechanism. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CFrontend/2004-06-17-UnorderedCompares.c.tr b/test/CFrontend/2004-06-17-UnorderedCompares.c.tr index 41cfde1e352..e3c930bd9f0 100644 --- a/test/CFrontend/2004-06-17-UnorderedCompares.c.tr +++ b/test/CFrontend/2004-06-17-UnorderedCompares.c.tr @@ -1,4 +1,4 @@ -// RUN: llvmgcc -xc -std=c99 %s -c -o - | llvm-dis | grep -v llvm.isunordered | not grep call +// RUN: %llvmgcc -xc -std=c99 %s -c -o - | llvm-dis | grep -v llvm.isunordered | not grep call // XFAIL: sparcv9 #include