| Daniel Dunbar | f7c16d9 | 2010-08-24 22:44:13 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -include Inputs/test3.h -E -H -o %t.out %s 2> %t.err |
| 2 | // RUN: FileCheck < %t.err %s | ||||
| 3 | |||||
| 4 | // CHECK-NOT: test3.h | ||||
| 5 | // CHECK: . {{.*test.h}} | ||||
| 6 | // CHECK: .. {{.*test2.h}} | ||||
| 7 | |||||
| 8 | #include "Inputs/test.h" | ||||