summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/unittests/Support/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp
index 0e19fffa994..cfd448b5fc9 100644
--- a/llvm/unittests/Support/Path.cpp
+++ b/llvm/unittests/Support/Path.cpp
@@ -59,7 +59,7 @@ TEST(is_separator, Works) {
#ifdef LLVM_ON_WIN32
EXPECT_TRUE(path::is_separator('\\'));
#else
- EXPECT_FALSE(path::is_separator('\\', ));
+ EXPECT_FALSE(path::is_separator('\\'));
#endif
}
OpenPOWER on IntegriCloud