]> granicus.if.org Git - clang/commitdiff
[libclang][index][NFC] Fix test for skipping already parsed function bodies
authorJan Korous <jkorous@apple.com>
Fri, 23 Aug 2019 22:51:23 +0000 (22:51 +0000)
committerJan Korous <jkorous@apple.com>
Fri, 23 Aug 2019 22:51:23 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369822 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/skip-parsed-bodies/compile_commands.json

index 62303cbc87dbc9804c22c76147caead1261226f3..21021a9de18071b19528fa0d0ea3656263c0cff7 100644 (file)
@@ -12,7 +12,7 @@
 {
   "directory": ".",
   "command": "/usr/bin/clang++ -fsyntax-only -fno-ms-compatibility -fno-delayed-template-parsing t3.cpp -DBLAH",
-  "file": "t2.cpp"
+  "file": "t3.cpp"
 }
 ]