From dad611c1a08c964e7166e582e2751f8fe3a8e4a3 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 19 Nov 2018 12:10:07 +0000 Subject: [PATCH] Test commit - delete a trailing space. llvm-svn: 347193 --- llvm/unittests/Support/ProcessTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/Support/ProcessTest.cpp b/llvm/unittests/Support/ProcessTest.cpp index c6ba35fd9415..85b1839ddbcb 100644 --- a/llvm/unittests/Support/ProcessTest.cpp +++ b/llvm/unittests/Support/ProcessTest.cpp @@ -42,7 +42,7 @@ TEST(ProcessTest, None) { Optional val( Process::GetEnv("__LLVM_TEST_ENVIRON_NO_SUCH_VAR__")); EXPECT_FALSE(val.hasValue()); -} +} #endif #ifdef _WIN32