diff --git a/devmods/rulegen-tests.cpp b/devmods/rulegen-tests.cpp index db9fd125..7bf62460 100644 --- a/devmods/rulegen-tests.cpp +++ b/devmods/rulegen-tests.cpp @@ -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;