projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5a8a90
)
[APFloat] Removed debugging cruft that snuck in.
author
Michael Gottesman
<mgottesman@apple.com>
Wed, 26 Jun 2013 17:59:36 +0000
(17:59 +0000)
committer
Michael Gottesman
<mgottesman@apple.com>
Wed, 26 Jun 2013 17:59:36 +0000
(17:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184974
91177308
-0d34-0410-b5e6-
96231b3b80d8
unittests/ADT/APFloatTest.cpp
patch
|
blob
|
history
diff --git
a/unittests/ADT/APFloatTest.cpp
b/unittests/ADT/APFloatTest.cpp
index a17b4d1f7df56a68c8d0d6caca136ec7a962e725..03b377f6a446e6a27fbce83023c4d9e1ee1198b7 100644
(file)
--- a/
unittests/ADT/APFloatTest.cpp
+++ b/
unittests/ADT/APFloatTest.cpp
@@
-1778,10
+1778,6
@@
TEST(APFloatTest, add) {
APFloat result(APFloat::IEEEsingle, SpecialCaseTests[i].result);
- printf("%a, %a, %a, %a\n", SpecialCaseTests[i].x.convertToFloat(),
- SpecialCaseTests[i].y.convertToFloat(),
- x.convertToFloat(), result.convertToFloat());
-
EXPECT_TRUE(result.bitwiseIsEqual(x));
EXPECT_TRUE((int)status == SpecialCaseTests[i].status);
EXPECT_TRUE((int)x.getCategory() == SpecialCaseTests[i].category);