From b4e7e859e29bfefc4dbdcdfcc57f6cd3c74c857f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 18 Nov 2008 17:57:01 +0000 Subject: [PATCH] fix test. it now crashes, but thats another problem.. llvm-svn: 59537 --- clang/test/Preprocessor/diag_crash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Preprocessor/diag_crash.c b/clang/test/Preprocessor/diag_crash.c index ee169df8a9a0..eee80749dac9 100644 --- a/clang/test/Preprocessor/diag_crash.c +++ b/clang/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}} /* /* */