Add a test for CreatePhonyInEdge() in depsmode path.
authorNico Weber <thakis@chromium.org>
Thu, 6 Jun 2013 01:51:00 +0000 (18:51 -0700)
committerNico Weber <thakis@chromium.org>
Thu, 6 Jun 2013 01:51:00 +0000 (18:51 -0700)
commit456b0d4fdb206b692fb394f35bc626708b318981
tree2a7ad722a64bf96e03e8d5a6be4d92ba3d6438e4
parent46405b1fabb9a63f3b88db394b6e58ac9ea1332c
Add a test for CreatePhonyInEdge() in depsmode path.

Removing the `CreatePhonyInEdge(node);` line in
`ImplicitDepLoader::LoadDepsFromLog()` made no tests fail before this change.
The new test is a port to depsmode of the existing DepFileOK test.
src/build_test.cc