| 7 | |
| 8 | Y_UNIT_TEST_SUITE(TTempDirTests) { |
| 9 | Y_UNIT_TEST(TestMoveCtor) { |
| 10 | TMaybe<TTempDir> dir{TTempDir::NewTempDir(GetWorkPath())}; |
| 11 | UNIT_ASSERT_NO_EXCEPTION(dir.Clear()); |
| 12 | } |
| 13 | } // Y_UNIT_TEST_SUITE(TTempDirTests) |
nothing calls this directly
no test coverage detected