From 2f32b134fe8174a79a00b165aebf4520d9408019 Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Thu, 3 Dec 2015 12:48:28 -0500 Subject: [PATCH] whitespace --- unittests/Availability/VersionRangeLattice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Availability/VersionRangeLattice.cpp b/unittests/Availability/VersionRangeLattice.cpp index 0f0be533c883b..6ae33c28bca98 100644 --- a/unittests/Availability/VersionRangeLattice.cpp +++ b/unittests/Availability/VersionRangeLattice.cpp @@ -57,7 +57,7 @@ TEST_F(VersionRangeLattice, AllIsTopElement) { EXPECT_FALSE(All.isContainedIn(Empty)); } -// Test that Empty acts like the bottom element in the lattice with respect to +// Test that Empty acts like the bottom element in the lattice with respect to // containment. TEST_F(VersionRangeLattice, EmptyIsBottomElement) { EXPECT_TRUE(Empty.isContainedIn(Empty));