Skip to content

Commit fbafcc2

Browse files
author
Jimmy Zhuo
committed
changed defined to .defined
1 parent e2c4b95 commit fbafcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-smartmatch/disorganized.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sub eval_elsewhere($code){ eval($code) }
1313
#L<S03/Smart matching/Any undef undefined not .defined>
1414
#?rakudo skip 'syntactic smar-matching'
1515
{
16-
ok("foo" ~~ defined, "foo is ~~ .defined");
16+
ok("foo" ~~ .defined, "foo is ~~ .defined");
1717
nok "foo" !~~ .defined, 'not foo !~~ .defined';
1818
nok((Mu ~~ .defined), "Mu is not .defined");
1919
}

0 commit comments

Comments
 (0)