SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

Remove a flakey assertion #28

Closed jmorse closed 5 years ago

jmorse commented 5 years ago

I originally stuck this in here to assert that the number of "unreachable" lines never grew... however in reality, what this is checking that the number of unreachable steps is less than the number of unreachable commands. This obviously croaks if one steps on an unreachable line twice.

OCHyams commented 5 years ago

LGTM