We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1698b3 commit 85b1786Copy full SHA for 85b1786
1 file changed
test/testimportproject.cpp
@@ -237,7 +237,7 @@ class TestImportProject : public TestFixture {
237
constexpr char json[] =
238
R"([{
239
"directory": "/home/danielm/cppcheck 2/b/lib",
240
- "command": "/usr/bin/c++ -DFILESDIR=\\\"/some/path\\\" -I\"/home/danielm/cppcheck 2/b/lib\" -isystem \"/home/danielm/cppcheck 2/externals\" \"/home/danielm/cppcheck 2/lib/astutils.cpp\"",
+ "command": "/usr/bin/c++ -DFILESDIR=\"/some/path\" -I\"/home/danielm/cppcheck 2/b/lib\" -isystem \"/home/danielm/cppcheck 2/externals\" \"/home/danielm/cppcheck 2/lib/astutils.cpp\"",
241
"file": "/home/danielm/cppcheck 2/lib/astutils.cpp"
242
}])";
243
std::istringstream istr(json);
0 commit comments