Fix path formatter

This commit is contained in:
Victor Zverovich
2022-05-17 14:23:56 -07:00
parent f0903ad9df
commit 9730fb0156
2 changed files with 9 additions and 7 deletions

View File

@@ -77,6 +77,7 @@ endif()
add_fmt_test(printf-test)
add_fmt_test(ranges-test ranges-odr-test.cc)
add_fmt_test(scan-test)
add_fmt_test(std-test)
add_fmt_test(unicode-test HEADER_ONLY)
if (MSVC)
target_compile_options(unicode-test PRIVATE /utf-8)