Navigation Menu

Skip to content

Commit

Permalink
Fudge tests for $~ for rakudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimmerFairy committed Dec 2, 2012
1 parent 05ff1e5 commit a5c9497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S28-named-variables/slangs.t
Expand Up @@ -6,6 +6,7 @@ plan 6;

# L<S02/Slangs/>

#?rakudo: 6 skip "Non-declarative sigil is missing its name"
ok(defined($~MAIN), '$~MAIN is defined');
ok(defined($~Quote), '$~Quote is defined');
ok(defined($~Quasi), '$~Quasi is defined');
Expand Down

0 comments on commit a5c9497

Please sign in to comment.