Skip to content

Commit d25f2ac

Browse files
davidgumberghebasto
authored andcommitted
Break a unit test on windows
1 parent a296fb8 commit d25f2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/getarg_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ BOOST_AUTO_TEST_CASE(patharg)
292292
BOOST_CHECK_EQUAL(local_args.GetPathArg("-dir"), root_path);
293293

294294
#ifdef WIN32
295-
const fs::path win_root_path{"C:\\"};
295+
const fs::path win_root_path{"C:"};
296296
ResetArgs(local_args, "-dir=C:\\");
297297
BOOST_CHECK_EQUAL(local_args.GetPathArg("-dir"), win_root_path);
298298

0 commit comments

Comments
 (0)