[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c
Reid Spencer
reid at x10sys.com
Thu Apr 21 19:49:36 PDT 2005
Changes in directory llvm/test/Regression/CFrontend:
2005-05-09-ComplexOps.c updated: 1.3 -> 1.4
---
Log message:
Add the RUN: prefix to the start of the run line so this test doesn't fail.
BTW .. isn't the date on this funky? We haven't reachec 2005-05-09 yet???
---
Diffs of the changes: (+1 -1)
2005-05-09-ComplexOps.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c
diff -u llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c:1.3 llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c:1.4
--- llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c:1.3 Sat Apr 9 22:18:18 2005
+++ llvm/test/Regression/CFrontend/2005-05-09-ComplexOps.c Thu Apr 21 21:49:25 2005
@@ -1,4 +1,4 @@
-// %llvmgcc %s -S -o -
+// RUN: %llvmgcc %s -S -o -
#include <math.h>
#define I 1.0iF
More information about the llvm-commits
mailing list