Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge a version.t test
  • Loading branch information
moritz committed May 13, 2012
1 parent a4ec6e3 commit 52a96fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-literals/version.t
Expand Up @@ -7,7 +7,6 @@ is v1.*.3, 'v1.*.3', 'version literal stringification with * round-trips';
ok v1.2.3 eqv v1.2.3, 'eqv works on version literals (+)';
nok v5.2.3 eqv v1.2.3, 'eqv works on version literals (-)';
nok v1.2+ eqv v1.2, '+ makes a difference in eqv';
#?rakudo todo 'NYI'
ok v1.2 === v1.2, 'version literals are value types';
nok v1.2 === v1.3, '=== (-)';
ok v1.2 ~~ v1.2, 'smart-matching (same)';
Expand Down

0 comments on commit 52a96fb

Please sign in to comment.