[infer][CPP] fix C++ tests when running on Linux

Summary: The test NamespaceTest was using the wrong Infer command.
master
Jeremy Dubreil 9 years ago
parent daac9c7af7
commit d5fc25f28a

@ -39,7 +39,7 @@ public class NamespaceTest {
"infer/tests/codetoanalyze/cpp/frontend/namespace/namespace.dot"; "infer/tests/codetoanalyze/cpp/frontend/namespace/namespace.dot";
ImmutableList<String> inferCmd = ImmutableList<String> inferCmd =
InferRunner.createObjCPPInferCommandFrontend( InferRunner.createCPPInferCommandFrontend(
folder, folder,
switch_src); switch_src);
File newDotFile = InferRunner.runInferFrontend(inferCmd); File newDotFile = InferRunner.runInferFrontend(inferCmd);

Loading…
Cancel
Save