This is an automatically generated mail to inform you that tests are now available in t/spec/S14-roles/basic.t
commit 3b1dce088eaa08359462cfb39faebeffaae06f92 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Wed Nov 4 20:09:07 2009 +0000 [t/spec] Test for RT 66178: "but" with nonexistent role git-svn-id: http://svn.pugscode.org/p...@28983 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S14-roles/basic.t b/t/spec/S14-roles/basic.t index c702800..90def11 100644 --- a/t/spec/S14-roles/basic.t +++ b/t/spec/S14-roles/basic.t @@ -2,7 +2,7 @@ use v6; use Test; -plan 33; +plan *; =begin description @@ -102,4 +102,9 @@ ok D ~~ Role, 'a role does the Role type'; 'can compile "class does Int"'; } +#?rakudo todo 'RT 66178' +eval_dies_ok '0 but RT66178', '"but" with non-existent role dies'; + +done_testing; + # vim: ft=perl6