We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b360ff9 commit afb200cCopy full SHA for afb200c
1 file changed
test/fs/unit/path_test.cpp
@@ -68,12 +68,6 @@ CASE("Path can return specific component")
68
EXPECT(path[2] == "Documents");
69
}
70
71
-CASE("Path can return specific component")
72
-{
73
- fs::Path path {"/Users/Bjarne/Documents"};
74
- EXPECT(path[2] == "Documents");
75
-}
76
-
77
CASE("Path does not segfault when requested component is out of range")
78
{
79
fs::Path path {"/Users/Bjarne/Documents"};
0 commit comments