| 296 | } // anonymous namespace |
| 297 | |
| 298 | TEST(TestBasicArithReduction, BaseImpl00) { |
| 299 | test_base_impl(false, false); |
| 300 | } |
| 301 | |
| 302 | TEST(TestBasicArithReduction, BaseImpl01) { |
| 303 | test_base_impl(false, true); |
nothing calls this directly
no test coverage detected