Ready for fvm steady case
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ int main() {
|
||||
for (auto& t : TestRegistry::list()) {
|
||||
try {
|
||||
t.second();
|
||||
std::cout << "[PASS] " << t.first << "\n";
|
||||
//std::cout << "[PASS] " << t.first << "\n";
|
||||
} catch (const TestFailure& e) {
|
||||
std::cerr << "[FAIL] " << t.first << " -> " << e.what() << "\n";
|
||||
++fails;
|
||||
|
||||
Reference in New Issue
Block a user