mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
Fix unit test.
llvm-svn: 298014
This commit is contained in:
parent
2044784c9b
commit
7b8178c164
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user