commit | 464e17ab20e7273badf51a7c39f74a4a94e5d2b3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Oct 04 19:43:25 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Oct 04 19:43:25 2008 +0000 |
tree | 3ea405c37cf1e6f00ee65c559c9d08da16a3bb74 | |
parent | cc498392a2cb9ab400367703089aa4843ccd45e9 [diff] [blame] |
switch to using -verify llvm-svn: 57068
diff --git a/clang/test/Preprocessor/undef-error.c b/clang/test/Preprocessor/undef-error.c index af9f516..a276934 100644 --- a/clang/test/Preprocessor/undef-error.c +++ b/clang/test/Preprocessor/undef-error.c
@@ -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