Skip to content

Commit

Permalink
Unfudge min/max with 1-arg tests
Browse files Browse the repository at this point in the history
RT#125334
RT#128573
  • Loading branch information
zoffixznet committed Jul 12, 2016
1 parent b7d8279 commit 78ccae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-operators/minmax.t
Expand Up @@ -108,7 +108,6 @@ This test min/max functions in their operator form. To see them tested in their
throws-like "max +'a', +'a'", X::Str::Numeric, :$message,
'max with two Failures throws';

#?rakudo 6 skip 'Awaiting merge of PR https://github.com/rakudo/rakudo/pull/815'
throws-like "min +'a' ", X::Str::Numeric, :$message,
'min with one Failure throws';
throws-like "max +'a' ", X::Str::Numeric, :$message,
Expand Down

0 comments on commit 78ccae4

Please sign in to comment.