1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Test commit - delete a trailing space.

llvm-svn: 347193
This commit is contained in:
Michael Platings 2018-11-19 12:10:07 +00:00
parent db6fc9b424
commit 2713ec208b

View File

@ -42,7 +42,7 @@ TEST(ProcessTest, None) {
Optional<std::string> val(
Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__"));
EXPECT_FALSE(val.hasValue());
}
}
#endif
#ifdef _WIN32