From: Jan Korous Date: Fri, 23 Aug 2019 22:51:23 +0000 (+0000) Subject: [libclang][index][NFC] Fix test for skipping already parsed function bodies X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e77f83538430d3abc0f494634d6ae89830ce11;p=clang [libclang][index][NFC] Fix test for skipping already parsed function bodies git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/skip-parsed-bodies/compile_commands.json b/test/Index/skip-parsed-bodies/compile_commands.json index 62303cbc87..21021a9de1 100644 --- a/test/Index/skip-parsed-bodies/compile_commands.json +++ b/test/Index/skip-parsed-bodies/compile_commands.json @@ -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" } ]