diff options
author | David Robillard <d@drobilla.net> | 2022-11-01 22:58:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-01 22:58:27 -0400 |
commit | 4fdc484caddfbd95f1f0f72c6668c1397f46bf46 (patch) | |
tree | e472efa3032f8459f602cb7019fd52fa07b25c38 | |
parent | 67613373ec117e648d4554458cf2e9d54b9eba00 (diff) | |
download | zix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.tar.gz zix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.tar.bz2 zix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.zip |
Remove invalid test case
-rw-r--r-- | test/cpp/test_path_std.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cpp/test_path_std.cpp b/test/cpp/test_path_std.cpp index f6767a6..0c8b2d7 100644 --- a/test/cpp/test_path_std.cpp +++ b/test/cpp/test_path_std.cpp @@ -46,8 +46,6 @@ static const BinaryCase joins[] = { }; static const BinaryCase lexical_relatives[] = { - {nullptr, nullptr}, - {"", ""}, {"", "."}, {".", "."}, |