Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
=== is supposed to autothread
  • Loading branch information
TimToady committed Oct 1, 2011
1 parent af1e334 commit 5721b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S03-operators/value_equivalence.t
Expand Up @@ -183,8 +183,8 @@ plan 77;
ok (1 !=== "1"), '!=== on values (1 !=== "1")';
}

nok 1|2 === 1, '=== does not autothread (1)';
isa_ok 1|2 === 1, Bool, '=== does not autothread (2)';
ok 1|2 === 1, '=== does autothread (1)';
isa_ok 1|2 === 1, Junction, '=== does autothread (2)';

done;

Expand Down

0 comments on commit 5721b37

Please sign in to comment.