diff --git a/S03-metaops/cross.t b/S03-metaops/cross.t index 1b82813f2d..4c25bc6f1f 100644 --- a/S03-metaops/cross.t +++ b/S03-metaops/cross.t @@ -69,7 +69,6 @@ ok eval(' X, '), 'cross metaoperator parses'; # L is (1,2 X* 3,4), (3,4,6,8), 'cross-product works'; -#?niecza todo is (1,2 Xcmp 3,2,0), (Order::Increase, Order::Increase, Order::Decrease, Order::Increase, Order::Same, Order::Decrease), 'Xcmp works'; # L diff --git a/S03-operators/names.t b/S03-operators/names.t index 8bc65857b3..639783302c 100644 --- a/S03-operators/names.t +++ b/S03-operators/names.t @@ -8,7 +8,6 @@ is infix:<+>(3, 8), 11, 'Can refer to infix:<+>'; is &infix:<->(3, 8), -5, 'Can refer to &infix:<->'; is infix:<->(3, 8), -5, 'Can refer to infix:<->'; -#?niecza todo is &infix:(3, 4), Order::Increase, 'Can refer to &infix:'; #?niecza todo