1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
5 lines
183 B
C
5 lines
183 B
C
// RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
|
|
// RUN: FileCheck %s < %t.log
|
|
|
|
// CHECK: {{-I.*Before.*-index-header-map.*-I.*Index.*-I.*After}}
|