| 114 | }; // namespace |
| 115 | |
| 116 | TEST(SelectivityVectorTest, setValid_true_normal) { |
| 117 | setValid_normal(true); |
| 118 | } |
| 119 | |
| 120 | TEST(SelectivityVectorTest, setValid_false_normal) { |
| 121 | setValid_normal(false); |
nothing calls this directly
no test coverage detected