]> gitweb.factorcode.org Git - factor.git/commitdiff
prettyprint: remove tests for float .b and .o.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 11 Jun 2017 20:43:02 +0000 (13:43 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 11 Jun 2017 20:43:02 +0000 (13:43 -0700)
basis/prettyprint/prettyprint-tests.factor

index b98acc9374d611fc2873316b9ef0a8cb6eaae6ba..2717ab6c6d98600237a064bed2cc668d4b2cf42c 100644 (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