Skip to content

Commit

Permalink
[t/spec] Defudge passing tests.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@29957 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
colomon committed Mar 6, 2010
1 parent 2a90d08 commit b6c11b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S03-operators/value_equivalence.t
Expand Up @@ -25,7 +25,6 @@ plan 52;
ok !("abc" === "ABC"), "=== on values(abc === ABC)";
ok !(1 === 1.0), "=== on values (1 === 1.0)";
ok !(1 === "1"), '=== on values (1 === "1")';
#?rakudo todo 'RT #61928'
ok (Mu === Mu), '=== on values (Mu === Mu)';
}

Expand Down Expand Up @@ -65,7 +64,6 @@ plan 52;

ok ($a === $a), "=== on scalar references (1-1)";
ok ($b === $b), "=== on scalar references (1-2)";
#?rakudo todo 'scalar reference equivalence'
ok !($a === $b), "=== on scalar references (1-3)";
}

Expand Down Expand Up @@ -108,7 +106,6 @@ plan 52;

{
ok !(\3 === \4), "=== on anonymous scalar references (1)";
#?rakudo todo 'scalar reference equivalence'
ok !(\3 === \3), "=== on anonymous scalar references (2)";
ok !(\Mu === \Mu), "=== on anonymous scalar references (3)";
}
Expand Down

0 comments on commit b6c11b2

Please sign in to comment.