Skip to content

Commit afb200c

Browse files
committed
test: removed duplicated test case from path unit test
1 parent b360ff9 commit afb200c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/fs/unit/path_test.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ CASE("Path can return specific component")
6868
EXPECT(path[2] == "Documents");
6969
}
7070

71-
CASE("Path can return specific component")
72-
{
73-
fs::Path path {"/Users/Bjarne/Documents"};
74-
EXPECT(path[2] == "Documents");
75-
}
76-
7771
CASE("Path does not segfault when requested component is out of range")
7872
{
7973
fs::Path path {"/Users/Bjarne/Documents"};

0 commit comments

Comments
 (0)