-------------------------------------------------------------------------
| 24 | |
| 25 | //------------------------------------------------------------------------- |
| 26 | inline std::filesystem::path GetTestDiffFilename() |
| 27 | { |
| 28 | return std::filesystem::path(__FILE__).replace_extension("cpp").filename(); |
| 29 | } |
| 30 | } |