aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Preprocessor/diag_crash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/diag_crash.c b/test/Preprocessor/diag_crash.c
index ee169df8a9..eee80749da 100644
--- a/test/Preprocessor/diag_crash.c
+++ b/test/Preprocessor/diag_crash.c
@@ -1,3 +1,3 @@
-// RUN: clang -E %s
-#ifdef FOO
+// RUN: clang -E -verify %s
+#ifdef FOO // expected-error {{unterminated conditional directive}}
/* /* */