prettyprint: remove tests for float .b and .o.

modern-harvey2
John Benediktsson 2017-06-11 13:43:02 -07:00
parent bf6300b7b0
commit 7b65b5193f
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ IN: prettyprint.tests
{ "0x1000" } [ 16 number-base [ 4096 unparse ] with-variable ] unit-test
{ "1.0" } [ 1.0 unparse ] unit-test
{ "8.0" } [ 8.0 unparse ] unit-test
[ 2 number-base [ 8.0 unparse ] with-variable ] [ unsupported-number-base? ] must-fail-with
[ 8 number-base [ 8.0 unparse ] with-variable ] [ unsupported-number-base? ] must-fail-with
{ "0x1.0p3" } [ 16 number-base [ 8.0 unparse ] with-variable ] unit-test
{ "1267650600228229401496703205376" } [ 1 100 shift unparse ] unit-test