Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 28, 2018
1 parent 87d2f72 commit bec0edc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/simulation/SimulationCommandLineArgumentsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ void SimulationCommandLineArgumentsTest::do_NoLogArgument_test() {
}
fclose(stderr_file);

// For some reason, there is a phantom line!
ASSERT_EQ(linecount, 1);
ASSERT_EQ(linecount, 0);

// Just in case
xbt_log_control_set("root.thresh:critical");
Expand Down

0 comments on commit bec0edc

Please sign in to comment.