Skip to content

Commit fe36f26

Browse files
committed
[S14-roles/lexical] Track Stringy/gist changes
1 parent 85e13f8 commit fe36f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S14-roles/lexical.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ eval_dies_ok '{ my class R3 {}; R3; }; R3',
2323
method catwalk() { 'ooh pretty!' }
2424
}
2525
#?rakudo todo 'role stringification (?)'
26-
is Model.Str, 'Model()', 'lexical role type object stringifies OK';
26+
is Model.gist, 'Model()', 'lexical role type object stringifies OK';
2727
is Model.catwalk, 'ooh pretty!', 'can pun lexical role';
2828

2929
my class SuperModel does Model {

0 commit comments

Comments
 (0)