Fix the clang-wpa example.
[clang.git] / test / Frontend / print-header-includes.c
blob7773d2069d9883befb10349b17dbcf56b766dab5
1 // RUN: %clang_cc1 -include Inputs/test3.h -E -H -o %t.out %s 2> %t.err
2 // RUN: FileCheck < %t.err %s
4 // CHECK-NOT: test3.h
5 // CHECK: . {{.*test.h}}
6 // CHECK: .. {{.*test2.h}}
8 #include "Inputs/test.h"