mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Update test once more
This commit is contained in:
parent
475cd6b668
commit
261b04a131
@ -471,8 +471,7 @@ TEST_SUITE("Project") {
|
||||
CheckFlags("/home/user", "/home/user/foo/bar.c",
|
||||
/* raw */ {"cc", "-O0", "foo/bar.c"},
|
||||
/* expected */
|
||||
{"-O0", "&foo/bar.c", "-xc", "-std=c11",
|
||||
"-resource-dir=/w/resource_dir/"});
|
||||
{"-O0", "-xc", "-std=c11", "-resource-dir=/w/resource_dir/"});
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user