summaryrefslogtreecommitdiff
path: root/test/Preprocessor/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/init.c')
-rw-r--r--test/Preprocessor/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c
index d1f256a1ac..ba74dde005 100644
--- a/test/Preprocessor/init.c
+++ b/test/Preprocessor/init.c
@@ -144,7 +144,7 @@
// NONFRAGILE:#define __OBJC2__ 1
//
//
-// RUN: %clang_cc1 -O0 -E -dM < /dev/null | FileCheck -check-prefix O0 %s
+// RUN: %clang_cc1 -E -dM < /dev/null | FileCheck -check-prefix O0 %s
//
// O0:#define __NO_INLINE__ 1
// O0-NOT:#define __OPTIMIZE_SIZE__