(t *testing.T)
| 125 | } |
| 126 | |
| 127 | func TestOperatorLogicOrNormal(t *testing.T) { |
| 128 | test.RunMurexTests(testsOr, t) |
| 129 | } |
| 130 | |
| 131 | func TestOperatorLogicAndTry(t *testing.T) { |
| 132 | var tests []test.MurexTest |
nothing calls this directly
no test coverage detected