()
| 297 | |
| 298 | #[test] |
| 299 | fn test_if_taken_does_not_check_stop() { |
| 300 | do_no_check_stop_test("a = 3: IF a = 3 THEN b = 0 ELSE b = 1: a = 7"); |
| 301 | } |
| 302 | |
| 303 | #[test] |
| 304 | fn test_if_not_taken_does_not_check_stop() { |
nothing calls this directly
no test coverage detected