commit | 78d15af1fa6d458c4fb74c1a016aecf1972869ae | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Thu Mar 16 23:19:40 2017 +0000 |
committer | Zachary Turner <zturner@google.com> | Thu Mar 16 23:19:40 2017 +0000 |
tree | 2234d6a3341413cb98c306a03dedbebd51e7eb0e | |
parent | ae1249e4f2103b958ad8e4c278ca8b8df2710e86 [diff] [blame] |
Fix unit test. llvm-svn: 298014
diff --git a/llvm/unittests/Support/Path.cpp b/llvm/unittests/Support/Path.cpp index 0e19fff..cfd448b 100644 --- a/llvm/unittests/Support/Path.cpp +++ b/llvm/unittests/Support/Path.cpp
@@ -59,7 +59,7 @@ #ifdef LLVM_ON_WIN32 EXPECT_TRUE(path::is_separator('\\')); #else - EXPECT_FALSE(path::is_separator('\\', )); + EXPECT_FALSE(path::is_separator('\\')); #endif }