Mercurial > hg > orthanc
changeset 6322:e3a855dc1ebf
fix build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 23 Sep 2025 11:27:53 +0200 |
parents | 9e5bb00c0525 |
children | d2b63ea23719 |
files | OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp Tue Sep 23 10:35:32 2025 +0200 +++ b/OrthancFramework/UnitTestsSources/SharedLibraryUnitTests.cpp Tue Sep 23 11:27:53 2025 +0200 @@ -43,7 +43,7 @@ Orthanc::Logging::EnableInfoLevel(true); Orthanc::Toolbox::DetectEndianness(); - Orthanc::SystemToolbox::MakeDirectory(SystemToolbox::PathFromUtf8("UnitTestsResults")); + Orthanc::SystemToolbox::MakeDirectory(Orthanc::SystemToolbox::PathFromUtf8("UnitTestsResults")); ::testing::InitGoogleTest(&argc, argv); int result = RUN_ALL_TESTS();