summaryrefslogtreecommitdiff
path: root/tests/tout_str.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-16 08:33:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-16 08:33:16 +0000
commite305ca6c5b12eae91b56c02fa007be88661e2037 (patch)
treec3ee7af817d8a7746189914ee2fde92f81a1e431 /tests/tout_str.c
parenteafe83ba9fa9d9b3a3b072b6d734487c673ede82 (diff)
downloadmpfr-e305ca6c5b12eae91b56c02fa007be88661e2037.tar.gz
[tests] Added FIXME comment in tfprintf.c, tout_str.c and tprintf.c:
The output is not tested (thus coverage data are meaningless). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13622 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tout_str.c')
-rw-r--r--tests/tout_str.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 605cdf89d..748afca3d 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -20,6 +20,8 @@ along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
+/* FIXME: The output is not tested (thus coverage data are meaningless). */
+
#include <float.h>
#include "mpfr-test.h"