mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-24 02:52:31 +02:00
14 lines
558 B
Diff
14 lines
558 B
Diff
diff --git src/test/fs_tests.cpp src/test/fs_tests.cpp
|
|
index 93aee10bb..4a01e2ed8 100644
|
|
--- src/test/fs_tests.cpp
|
|
+++ src/test/fs_tests.cpp
|
|
@@ -14,7 +14,7 @@ BOOST_AUTO_TEST_CASE(fsbridge_fstream)
|
|
fs::path tmpfolder = SetDataDir("fsbridge_fstream");
|
|
// tmpfile1 should be the same as tmpfile2
|
|
fs::path tmpfile1 = tmpfolder / "fs_tests_₿_🏃";
|
|
- fs::path tmpfile2 = tmpfolder / L"fs_tests_₿_🏃";
|
|
+ fs::path tmpfile2 = tmpfolder / "fs_tests_₿_🏃";
|
|
{
|
|
fsbridge::ofstream file(tmpfile1);
|
|
file << "bitcoin";
|