summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ProcessTest.cpp
diff options
context:
space:
mode:
authorMichael Platings <michael.platings@arm.com>2018-11-19 12:10:07 +0000
committerMichael Platings <michael.platings@arm.com>2018-11-19 12:10:07 +0000
commitdad611c1a08c964e7166e582e2751f8fe3a8e4a3 (patch)
treebc618f2052364e9429710f9de857d8422ece05c7 /llvm/unittests/Support/ProcessTest.cpp
parentc548d91419d671d8f7428fb2668b1d9756c6e829 (diff)
downloadbcm5719-llvm-dad611c1a08c964e7166e582e2751f8fe3a8e4a3.tar.gz
bcm5719-llvm-dad611c1a08c964e7166e582e2751f8fe3a8e4a3.zip
Test commit - delete a trailing space.
llvm-svn: 347193
Diffstat (limited to 'llvm/unittests/Support/ProcessTest.cpp')
-rw-r--r--llvm/unittests/Support/ProcessTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ProcessTest.cpp b/llvm/unittests/Support/ProcessTest.cpp
index c6ba35fd941..85b1839ddbc 100644
--- a/llvm/unittests/Support/ProcessTest.cpp
+++ b/llvm/unittests/Support/ProcessTest.cpp
@@ -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
OpenPOWER on IntegriCloud