Skip to content

Commit

Permalink
[FOLD] Add missing pass()
Browse files Browse the repository at this point in the history
  • Loading branch information
bachase committed Sep 21, 2017
1 parent f63ec2d commit 8bc1c62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/consensus/ByzantineFailureSim_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ class ByzantineFailureSim_test : public beast::unit_test::suite
std::cout << "Branches: " << sim.branches() << "\n";
std::cout << "Fully synchronized: " << std::boolalpha
<< sim.synchronized() << "\n";
// Not tessting anything currently.
pass();
}
};

Expand Down

0 comments on commit 8bc1c62

Please sign in to comment.