diff --git a/src/testsuite.in b/src/testsuite.in index eab67b7f983ac6bad9eb1bab9d3ec6bb95f1902a..20198d4c0c2a3d3563d8ac0bd71a9f5a751d3eac 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 ]],