| 29 | }; |
| 30 | |
| 31 | TEST_F(TestRDSpace, NullBuildN) { |
| 32 | RDSpace Space; |
| 33 | ASSERT_THROW(Space.build({nullptr}), std::invalid_argument); |
| 34 | }; |
| 35 | |
| 36 | TEST_F(TestRDSpace, NonBuildN) { |
| 37 | const std::string Code = "extern \"C\" {\n" |
nothing calls this directly
no test coverage detected