lix/tests/unit
jade 61e21b2557 Delete hasPrefix and hasSuffix from the codebase
These now have equivalents in the standard lib in C++20. This change was
performed with a custom clang-tidy check which I will submit later.
Executed like so:

ninja -C build && run-clang-tidy -checks='-*,nix-*' -load=build/libnix-clang-tidy.so -p .. -fix ../tests | tee -a clang-tidy-result

Change-Id: I62679e315ff9e7ce72a40b91b79c3e9fc01b27e9
2024-03-17 20:17:19 -07:00
..
libexpr builtins.nixVersion: return fixed fake version 2024-03-17 00:32:19 -07:00
libexpr-support Add missing -pthread for test support libraries 2023-12-05 23:44:41 +00:00
libstore support <program>_ENV variables 2024-03-13 19:48:26 +01:00
libstore-support Merge pull request #10074 from lf-/jade/ban-implicit-fallthrough 2024-03-07 00:11:12 -07:00
libutil Delete hasPrefix and hasSuffix from the codebase 2024-03-17 20:17:19 -07:00
libutil-support Implement a repl characterization test system 2024-03-15 12:31:16 -07:00