diff options
Diffstat (limited to 'clang/tools/index-test/index-test.cpp')
-rw-r--r-- | clang/tools/index-test/index-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/index-test/index-test.cpp b/clang/tools/index-test/index-test.cpp index 02971ed782a..88fd2417ac0 100644 --- a/clang/tools/index-test/index-test.cpp +++ b/clang/tools/index-test/index-test.cpp @@ -214,7 +214,7 @@ int main(int argc, char **argv) { FileManager FileMgr; Program Prog; - Indexer Idxer(Prog); + Indexer Idxer(Prog, FileMgr); llvm::SmallVector<TUnit*, 4> TUnits; // If no input was specified, read from stdin. |