From 4619f144899b1b40ef407dc036ced5e24d91bd11 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Tue, 9 Sep 2003 18:58:30 +0200 Subject: [PATCH] Test describing functions in small bignum objects. Rev: src/testsuite.in:1.675 --- src/testsuite.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testsuite.in b/src/testsuite.in index eab67b7f98..20198d4c0c 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.674 2003/09/06 10:30:19 nilsson Exp $"]]); +test_true([["$Id: testsuite.in,v 1.675 2003/09/09 16:58:30 mast Exp $"]]); // This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) @@ -5590,6 +5590,8 @@ cond([[ sizeof( cpp("__AUTO_BIGNUM__")/"__AUTO_BIGNUM__" ) == 1 ]], test_eq("13934998268672547360069539025", [[ (string)(48324683476346278246238462784624627348 / 3467864333) ]]) + // sprintf (and the describe stuff in the master) + test_do([[sprintf ("%O", 10->pow);]]) ]]) cond([[ sizeof( cpp("__AUTO_BIGNUM__")/"__AUTO_BIGNUM__" ) == 1 ]], -- GitLab