We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6408 commit d48f664Copy full SHA for d48f664
src/test/fs_tests.cpp
@@ -15,7 +15,7 @@ BOOST_AUTO_TEST_CASE(fsbridge_fstream)
15
fs::path tmpfolder = GetDataDir();
16
// tmpfile1 should be the same as tmpfile2
17
fs::path tmpfile1 = tmpfolder / "fs_tests_₿_🏃";
18
- fs::path tmpfile2 = tmpfolder / L"fs_tests_₿_🏃";
+ fs::path tmpfile2 = tmpfolder / "fs_tests_₿_🏃";
19
{
20
fsbridge::ofstream file(tmpfile1);
21
file << "bitcoin";
0 commit comments