Skip to content

Commit 85b1786

Browse files
committed
update test
1 parent d1698b3 commit 85b1786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testimportproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class TestImportProject : public TestFixture {
237237
constexpr char json[] =
238238
R"([{
239239
"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\"",
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\"",
241241
"file": "/home/danielm/cppcheck 2/lib/astutils.cpp"
242242
}])";
243243
std::istringstream istr(json);

0 commit comments

Comments
 (0)