Skip to content

Commit

Permalink
[t/spec] small fixes, moritz--
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@25439 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Feb 19, 2009
1 parent fea49c9 commit d8fd82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion S03-junctions/autothreading.t
Expand Up @@ -206,7 +206,8 @@ plan 55;

{
my Junction $j = [1, 2] | 5;
is +$j.values.eigenstates, 3 '([1, 2] | 3).values has three eigenstates';
#?rakudo skip '.values and .eigenstates should flatten (?)'
is +$j.values.eigenstates, 3, '([1, 2] | 3).values has three eigenstates';

#?rakudo 3 skip 'autothreading of prefix:<+>'
ok ?( +$j == 5 ), 'prefix:<+> autothreads (1)';
Expand Down
2 changes: 1 addition & 1 deletion S03-operators/arith.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 195;
plan 196;

my $five = abs(-5);

Expand Down

0 comments on commit d8fd82a

Please sign in to comment.