aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/Path.cpp')
-rw-r--r--llvm/unittests/Support/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp
index 52e447f..927b7eb 100644
--- a/llvm/unittests/Support/Path.cpp
+++ b/llvm/unittests/Support/Path.cpp
@@ -86,11 +86,6 @@ TEST(is_style_Style, Works) {
EXPECT_TRUE(is_style_posix(Style::native));
EXPECT_FALSE(is_style_windows(Style::native));
#endif
-
- // Check is_style_native().
- EXPECT_TRUE(is_style_native(Style::native));
- EXPECT_EQ(is_style_posix(Style::native), is_style_native(Style::posix));
- EXPECT_EQ(is_style_windows(Style::native), is_style_native(Style::windows));
}
TEST(is_separator, Works) {