wxwidgets/tests/file
Vadim Zeitlin d5a29e1743 Fix harmless signed/unsigned comparison warning in wxFile test
This warning didn't happen with Catch 1.x, but is given with 2.x, so
avoid it by casting to the correct type.
2022-10-18 18:39:13 +02:00
..
dir.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filefn.cpp Remove CppUnit boilerplate from the file functions test 2021-07-04 15:03:08 +01:00
filetest.cpp Fix harmless signed/unsigned comparison warning in wxFile test 2022-10-18 18:39:13 +02:00