Skip to content

Commit 291ac54

Browse files
committed
Refudge for niecza.
1 parent 781dc1f commit 291ac54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S32-num/base.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ is 36.base(36), '10', '36.base(36)';
1414
is (-12).base(16), '-C', '(-12).base(16)';
1515

1616
# RT 112900
17+
#?niecza 4 skip "Rat.base NYI"
1718
is (1/10000000000).base(3),
1819
'0.0000000000000000000010', # is the trailing zero correct?
1920
'(1/10000000000).base(3) (RT 112900)';
20-
21-
#?niecza 3 skip 'Real.base NYI'
2221
is (3.25).base(16), '3.4', '(3.25).base(16)';
2322
is (10.5).base(2), '1010.1', '(10.5).base(2)';
2423
is (-3.5).base(16), '-3.8', '(-3.5).base(16)';

0 commit comments

Comments
 (0)