summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2007-02-25-C-DotDotDot.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2007-02-25-C-DotDotDot.c')
-rw-r--r--llvm/test/FrontendC/2007-02-25-C-DotDotDot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-02-25-C-DotDotDot.c b/llvm/test/FrontendC/2007-02-25-C-DotDotDot.c
index 969602200c1..3f96fd1f9e1 100644
--- a/llvm/test/FrontendC/2007-02-25-C-DotDotDot.c
+++ b/llvm/test/FrontendC/2007-02-25-C-DotDotDot.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -O0 -S -o - -emit-llvm -fno-inline -fno-unit-at-a-time %s | \
+// RUN: %llvmgcc -O0 -S -o - -fno-inline -fno-unit-at-a-time %s | \
// RUN: grep {call float @foo}
// Make sure the call to foo is compiled as:
OpenPOWER on IntegriCloud