File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use Test;
3
3
use lib " t/spec/packages" ;
4
4
use Test ::Util;
5
5
6
- plan 347 ;
6
+ plan 346 ;
7
7
8
8
throws-like ' 42 +' , X::AdHoc , " missing rhs of infix" , message => rx /term /;
9
9
@@ -127,7 +127,6 @@ throws-like 'augment class Any { }', X::Syntax::Augment::WithoutMonkeyTyping;
127
127
throws-like ' { use MONKEY-TYPING; }; augment class Any { }' , X::Syntax::Augment::WithoutMonkeyTyping ,
128
128
' MONKEY-TYPING applies lexically' ;
129
129
throws-like ' use MONKEY-TYPING; augment role Positional { }' , X::Syntax::Augment::Illegal ;
130
- throws-like ' use MONKEY-TYPING; enum Weekday <Mon Tue>; augment class Weekday { }' , X::Syntax::Augment::Illegal ;
131
130
throws-like ' sub postbla:sym<foo>() { }' , X::Syntax::Extension::Category , category => ' postbla' ;
132
131
# RT #73938
133
132
throws-like ' sub twigil:<@>() { }' , X::Syntax::Extension::Category , category => ' twigil' ;
You can’t perform that action at this time.
0 commit comments