blob: 7773d2069d9883befb10349b17dbcf56b766dab5 [file] [log] [blame]
Daniel Dunbarf7c16d92010-08-24 22:44:13 +00001// 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"