[libc-commits] [libc] 7abdb2b - [libc][Obvious] Remove a debug #include of iostream.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Wed Jun 24 00:04:48 PDT 2020


Author: Siva Chandra Reddy
Date: 2020-06-24T00:01:03-07:00
New Revision: 7abdb2b948fa3f86510debed8c760d14fd78f35f

URL: https://github.com/llvm/llvm-project/commit/7abdb2b948fa3f86510debed8c760d14fd78f35f
DIFF: https://github.com/llvm/llvm-project/commit/7abdb2b948fa3f86510debed8c760d14fd78f35f.diff

LOG: [libc][Obvious] Remove a debug #include of iostream.

Added: 
    

Modified: 
    libc/test/src/math/frexpl_test.cpp

Removed: 
    


################################################################################
diff  --git a/libc/test/src/math/frexpl_test.cpp b/libc/test/src/math/frexpl_test.cpp
index 9e3bb2dd1b54..ace445f0a2de 100644
--- a/libc/test/src/math/frexpl_test.cpp
+++ b/libc/test/src/math/frexpl_test.cpp
@@ -12,8 +12,6 @@
 #include "utils/FPUtil/FPBits.h"
 #include "utils/UnitTest/Test.h"
 
-#include <iostream>
-
 using FPBits = __llvm_libc::fputil::FPBits<long double>;
 
 TEST(FrexplTest, SpecialNumbers) {


        


More information about the libc-commits mailing list