commit | 8003fd613724847bba834ae41aca6f446af1f818 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Oct 11 19:00:44 2012 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Oct 11 19:00:44 2012 +0000 |
tree | 1aed373ce9afbf882666f06410ee0fc4ba872ec2 | |
parent | 90da80c869eebc5a73bf031af5bedb6f281214fb [diff] [blame] |
[libclang] Add tests for indexing modules and PCHs using modules. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165732 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index 9424d43..97d5751 100644 --- a/tools/c-index-test/c-index-test.c +++ b/tools/c-index-test/c-index-test.c
@@ -2137,7 +2137,7 @@ index_data = (IndexData *)client_data; clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); if (line == 0) { - printf("<null loc>"); + printf("<invalid>"); return; } if (!file) {