Skip to content

Commit

Permalink
refs #63, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Apr 9, 2020
1 parent a5cadd2 commit fdcb3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/filesystem_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@ TEST_CASE("std::string_view support", "[filesystem][fs.string_view]")

#if defined(IS_WCHAR_PATH) || defined(GHC_USE_WCHAR_T)
{
std::wsting p(L"foo/bar");
std::wstring p(L"foo/bar");
std::wstring_view sv(p);
CHECK(fs::path(sv, fs::path::format::generic_format).generic_string() == "foo/bar");
fs::path p2(L"fo");
Expand Down

0 comments on commit fdcb3ce

Please sign in to comment.