diff options
-rw-r--r-- | test/CFrontend/2005-04-09-ComplexOps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2005-04-09-ComplexOps.c b/test/CFrontend/2005-04-09-ComplexOps.c index be05c62b91..2962b74553 100644 --- a/test/CFrontend/2005-04-09-ComplexOps.c +++ b/test/CFrontend/2005-04-09-ComplexOps.c @@ -1,4 +1,4 @@ -// %llvmgcc %s -S -o - +// RUN: %llvmgcc %s -S -o - #include <math.h> #define I 1.0iF |