summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-01 22:58:27 -0400
committerDavid Robillard <d@drobilla.net>2022-11-01 22:58:27 -0400
commit4fdc484caddfbd95f1f0f72c6668c1397f46bf46 (patch)
treee472efa3032f8459f602cb7019fd52fa07b25c38
parent67613373ec117e648d4554458cf2e9d54b9eba00 (diff)
downloadzix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.tar.gz
zix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.tar.bz2
zix-4fdc484caddfbd95f1f0f72c6668c1397f46bf46.zip
Remove invalid test case
-rw-r--r--test/cpp/test_path_std.cpp2
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},
-
{"", ""},
{"", "."},
{".", "."},