Home
last modified time | relevance | path

Searched refs:fs_windows_trailing_slash (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp77 FileSpec fs_windows_trailing_slash("F:\\bar\\", FileSpec::Style::windows); in TEST() local
78 EXPECT_STREQ("F:\\bar", fs_windows_trailing_slash.GetPath().c_str()); in TEST()
79 EXPECT_STREQ("bar", fs_windows_trailing_slash.GetFilename().GetCString()); in TEST()