commit | 2534d1c7cc1c91f41926aa797567a55b9bc55ced | [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 | f12998e4b10d5e77bdcc3197eb90f7c793070b52 [diff] |
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