switch to using -verify

llvm-svn: 57068
This commit is contained in:
Chris Lattner 2008-10-04 19:43:25 +00:00
parent cc498392a2
commit 464e17ab20
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: not clang %s -pedantic-errors -E
// RUN: clang %s -pedantic-errors -verify
// PR2045
#define b
#undef a b
/* expected-error {{extra tokens at end of #undef directive}} */ #undef a b