Jordan Rose | 7c304f5 | 2012-08-10 01:06:16 +0000 | [diff] [blame] | 1 | #if 0 |
| 2 | // RUN: %clang_cc1 -verify %s 2>&1 | FileCheck %s |
| 3 | |
| 4 | // Please note that all comments are inside "#if 0" blocks so that |
| 5 | // VerifyDiagnosticConsumer sees no comments while processing this |
Andy Gibbs | 266dba3 | 2012-10-19 12:49:32 +0000 | [diff] [blame] | 6 | // test-case (and hence no expected-* directives). |
Jordan Rose | 7c304f5 | 2012-08-10 01:06:16 +0000 | [diff] [blame] | 7 | #endif |
| 8 | |
| 9 | #include "verify2.h" |
| 10 | #error source |
| 11 | |
| 12 | #if 0 |
| 13 | // expected-error {{should be ignored}} |
| 14 | |
Andy Gibbs | 266dba3 | 2012-10-19 12:49:32 +0000 | [diff] [blame] | 15 | // CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics' |
| 16 | // CHECK-NEXT: error: 'error' diagnostics seen but not expected: |
Jordan Rose | 7c304f5 | 2012-08-10 01:06:16 +0000 | [diff] [blame] | 17 | // CHECK-NEXT: Line 1: header |
| 18 | // CHECK-NEXT: Line 10: source |
Andy Gibbs | 266dba3 | 2012-10-19 12:49:32 +0000 | [diff] [blame] | 19 | // CHECK-NEXT: 3 errors generated. |
Jordan Rose | 7c304f5 | 2012-08-10 01:06:16 +0000 | [diff] [blame] | 20 | #endif |