Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[disorganized.t] removed duplicate test
  • Loading branch information
Carl Masak committed Sep 9, 2011
1 parent 6a56a35 commit 56eedd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions S03-smartmatch/disorganized.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 42;
plan 41;

=begin pod
Expand Down Expand Up @@ -87,9 +87,6 @@ caught that case.
ok $result, 'C<all(@x) ~~ {...} when true for one';
};

#?rakudo todo 'nom regression'
ok NaN ~~ NaN, 'NaN ~~ NaN is True';

# need to test in eval() since class definitions happen at compile time,
# ie before the plan is set up.
eval_lives_ok 'class A { method foo { return "" ~~ * } }; A.new.foo',
Expand Down

0 comments on commit 56eedd1

Please sign in to comment.