This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/bool.t
commit 077e91aaf96664bf4de7492b76eaf5980f6a6656 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Mon Dec 28 22:33:22 2009 +0000 [t/spec] Test for RT 71462: Smartmatch a type yields Int, not Bool git-svn-id: http://svn.pugscode.org/p...@29408 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S02-builtin_data_types/bool.t b/t/spec/S02-builtin_data_types/bool.t index af6876a..2129c0b 100644 --- a/t/spec/S02-builtin_data_types/bool.t +++ b/t/spec/S02-builtin_data_types/bool.t @@ -66,6 +66,9 @@ is(--$bool, Bool::False, 'Decrement of Bool::False produces Bool::False'); is Bool::False.key, 'False', 'Bool::False.key works (is "False")'; } +#?rakudo todo 'RT 71462: Smartmatch a type yields Int, not a Bool' +isa_ok ('RT71462' ~~ Str), Bool; + done_testing; # vim: ft=perl6