Skip to content

Commit

Permalink
Make sure we can emit Mu
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 29, 2018
1 parent 20de0d4 commit 1c939c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion S17-supply/syntax.t
@@ -1,7 +1,12 @@
use v6;
use Test;

plan 83;
plan 84;

# Make sure we can emit Mu
{
(supply { emit Mu }).tap: -> \val { ok val =:= Mu }
}

{
my $s = supply {
Expand Down

0 comments on commit 1c939c2

Please sign in to comment.