summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/ScaledNumberTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/Support/ScaledNumberTest.cpp')
-rw-r--r--llvm/unittests/Support/ScaledNumberTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ScaledNumberTest.cpp b/llvm/unittests/Support/ScaledNumberTest.cpp
index d1277d0479a..e6d24d4512f 100644
--- a/llvm/unittests/Support/ScaledNumberTest.cpp
+++ b/llvm/unittests/Support/ScaledNumberTest.cpp
@@ -78,4 +78,5 @@ TEST(FloatsTest, getAdjusted) {
EXPECT_EQ(getAdjusted64(Max32In64 + 1), SP64(Max32In64 + 1, 0));
EXPECT_EQ(getAdjusted64(UINT64_MAX), SP64(UINT64_MAX, 0));
}
-}
+
+} // end namespace
OpenPOWER on IntegriCloud