fixes
This commit is contained in:
16
support/3rd_party/test/src/utils/path_test.cpp
vendored
16
support/3rd_party/test/src/utils/path_test.cpp
vendored
@@ -245,20 +245,4 @@ TEST(utils_path, finalize) {
|
||||
EXPECT_STREQ("/cow/moose/dog/chicken", s.c_str());
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !defined(_WIN32)
|
||||
TEST(utils_path, resolve) {
|
||||
std::cout << utils::path::resolve("~") << std::endl;
|
||||
std::cout << utils::path::combine("~",
|
||||
{
|
||||
".local",
|
||||
})
|
||||
<< std::endl;
|
||||
std::cout << utils::path::resolve(utils::path::combine("~",
|
||||
{
|
||||
".local",
|
||||
}))
|
||||
<< std::endl;
|
||||
}
|
||||
#endif // !defined(_WIN32)
|
||||
} // namespace repertory
|
||||
|
Reference in New Issue
Block a user