mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 02:32:51 +00:00
fixup to tests improved
This commit is contained in:
parent
80d5ee7c37
commit
1b1d38bda6
@ -102,12 +102,12 @@ void iterate(int qty) {
|
|||||||
catch(rulegen_retry& f) {
|
catch(rulegen_retry& f) {
|
||||||
println(hlog, "retry on: ", f.what());
|
println(hlog, "retry on: ", f.what());
|
||||||
}
|
}
|
||||||
catch(rulegen_failure& f) {
|
|
||||||
println(hlog, "failure: ", f.what());
|
|
||||||
}
|
|
||||||
catch(rulegen_surrender& f) {
|
catch(rulegen_surrender& f) {
|
||||||
println(hlog, "surrender: ", f.what());
|
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);
|
println(hlog, "try_count = ", try_count, " states = ", isize(treestates), " imp = ", isize(important), " analyzers = ", total_analyzers(), " cell = ", tcellcount);
|
||||||
auto *c = first_tcell;
|
auto *c = first_tcell;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user