Fix llvmgcc to use the TestRunner substition mechanism.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 8 Dec 2004 16:41:34 +0000 (16:41 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 8 Dec 2004 16:41:34 +0000 (16:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18634 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2004-06-17-UnorderedCompares.c.tr

index 41cfde1e352625c3423f3b180c2695cbf640f33f..e3c930bd9f0cd9c31d6bdd85077b6c0032c735b6 100644 (file)
@@ -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 <math.h>