diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-06-23 18:08:58 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-06-23 18:08:58 +0000 |
commit | 820c3ab3d9f987ccf27c6ebbdc4fdc436fc3a83e (patch) | |
tree | 41d586b258f2d4db62b647fd2233e497611014f1 /llvm/unittests/Support/ScaledNumberTest.cpp | |
parent | 6f81e75dab4288cdb4928620ffab33ae0afa1dfa (diff) | |
download | llvm-820c3ab3d9f987ccf27c6ebbdc4fdc436fc3a83e.zip llvm-820c3ab3d9f987ccf27c6ebbdc4fdc436fc3a83e.tar.gz llvm-820c3ab3d9f987ccf27c6ebbdc4fdc436fc3a83e.tar.bz2 |
Cleanup r211507
llvm-svn: 211521
Diffstat (limited to 'llvm/unittests/Support/ScaledNumberTest.cpp')
-rw-r--r-- | llvm/unittests/Support/ScaledNumberTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ScaledNumberTest.cpp b/llvm/unittests/Support/ScaledNumberTest.cpp index f6d7a44..4a274d7 100644 --- a/llvm/unittests/Support/ScaledNumberTest.cpp +++ b/llvm/unittests/Support/ScaledNumberTest.cpp @@ -285,7 +285,7 @@ TEST(ScaledNumberHelpersTest, getLgCeiling) { EXPECT_EQ(INT32_MIN, getLgCeiling(UINT64_C(0), 1)); } -TEST(ScaledNumberHelpersTest, Compare) { +TEST(ScaledNumberHelpersTest, compare) { EXPECT_EQ(0, compare(UINT32_C(0), 0, UINT32_C(0), 1)); EXPECT_EQ(0, compare(UINT32_C(0), 0, UINT32_C(0), -10)); EXPECT_EQ(0, compare(UINT32_C(0), 0, UINT32_C(0), 20)); |