Searched refs:EXPECT_PATH_IS (Results 1 – 1 of 1) sorted by relevance
/external/llvm/unittests/Support/ |
D | Path.cpp | 896 #define EXPECT_PATH_IS(path__, windows__, not_windows__) \ in TEST() macro 899 #define EXPECT_PATH_IS(path__, windows__, not_windows__) \ in TEST() 911 EXPECT_PATH_IS(Path1, "a", "a"); in TEST() 914 EXPECT_PATH_IS(Path2, "a\\b", "a/b"); in TEST() 917 EXPECT_PATH_IS(Path3, "a\\b", "a/b"); in TEST() 920 EXPECT_PATH_IS(Path4, "a\\\\b", "a\\\\b"); in TEST() 923 EXPECT_PATH_IS(Path5, "\\a", "/a"); in TEST() 926 EXPECT_PATH_IS(Path6, "a\\", "a/"); in TEST() 928 #undef EXPECT_PATH_IS in TEST()
|