Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge.
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent 3e1f77b commit f17c27b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-metaops/not.t
Expand Up @@ -50,8 +50,6 @@ isa_ok 4 !=:= 5, Bool, "4 !=:= 5 is Bool";

# Tests based on http://irclog.perlgeek.de/perl6/2012-01-24#i_5045770
# and the next few minutes of log. --colomon

#?rakudo todo 'unknown'
eval_dies_ok '"a" !!eq "a"', 'Doubled prefix:<!> is illegal';
ok "a" ![!eq] "a", '![!eq] is legal and works (1)';
nok "a" ![!eq] "b", '![!eq] is legal and works (2)';
Expand Down

0 comments on commit f17c27b

Please sign in to comment.