Skip to content

Commit

Permalink
Update library/testing/TestSDKUtils.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael MIGLIORE <[email protected]>
  • Loading branch information
mwestphal and Meakk authored Jan 3, 2025
1 parent 3807e63 commit 8387ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/testing/TestSDKUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int TestSDKUtils(int argc, char* argv[])
test(
"collapsePath: remove dotdot", f3d::utils::collapsePath("/folder/../file.ext") == "/file.ext");
test("collapsePath: expand home",
fs::path(f3d::utils::collapsePath("~/folder/file.ext")).is_absolute());
f3d::utils::collapsePath("~/folder/file.ext").is_absolute());

return test.result();
}

0 comments on commit 8387ceb

Please sign in to comment.