From: Nuno Lopes Date: Tue, 18 Nov 2008 17:57:01 +0000 (+0000) Subject: fix test. it now crashes, but thats another problem.. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dccec4495da2fb7f2e58a409d56b1a2c19ab939;p=clang fix test. it now crashes, but thats another problem.. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59537 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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}} /* /* */