Skip to content

Commit

Permalink
Fudge more tests that now work.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jan 21, 2012
1 parent e42926d commit 4f6849d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S03-metaops/cross.t
Expand Up @@ -69,7 +69,6 @@ ok eval('<a b> X, <c d>'), 'cross metaoperator parses';
# L<S03/Cross operators/any existing non-mutating infix operator>
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<S03/Cross operators/underlying operator non-associating>
Expand Down
1 change: 0 additions & 1 deletion S03-operators/names.t
Expand Up @@ -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:<cmp>(3, 4), Order::Increase, 'Can refer to &infix:<cmp>';

#?niecza todo
Expand Down

0 comments on commit 4f6849d

Please sign in to comment.