mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
fixup to tests improved
This commit is contained in:
@@ -102,12 +102,12 @@ void iterate(int qty) {
|
||||
catch(rulegen_retry& f) {
|
||||
println(hlog, "retry on: ", f.what());
|
||||
}
|
||||
catch(rulegen_failure& f) {
|
||||
println(hlog, "failure: ", f.what());
|
||||
}
|
||||
catch(rulegen_surrender& f) {
|
||||
println(hlog, "surrender: ", f.what());
|
||||
}
|
||||
catch(rulegen_failure& f) {
|
||||
println(hlog, "failure: ", f.what());
|
||||
}
|
||||
}
|
||||
println(hlog, "try_count = ", try_count, " states = ", isize(treestates), " imp = ", isize(important), " analyzers = ", total_analyzers(), " cell = ", tcellcount);
|
||||
auto *c = first_tcell;
|
||||
|
Reference in New Issue
Block a user