commit | 7499cb59f0fc9cc3a60105aeaa3adc0ae2f180a0 | [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 | fec9c5819d06ce14e6811ef108e4285465d3e012 | |
parent | 4f2670d827bec492519eaf0be33638f8c7f6b3c1 [diff] [blame] |
switch to using -verify git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57068 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Preprocessor/undef-error.c b/test/Preprocessor/undef-error.c index af9f516..a276934 100644 --- a/test/Preprocessor/undef-error.c +++ b/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