From 4fdc484caddfbd95f1f0f72c6668c1397f46bf46 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Nov 2022 22:58:27 -0400 Subject: Remove invalid test case --- test/cpp/test_path_std.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/cpp') 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}, - {"", ""}, {"", "."}, {".", "."}, -- cgit v1.2.1