Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unskip some tests for non-literal constants.
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent f25bc31 commit a84a160
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions S04-declarations/constant.t
Expand Up @@ -53,7 +53,6 @@ use Test;
dies_ok { my foo3 $x = 42; $x =43 }, 'constant used as a type constraint enforces';
}

#?rakudo skip 'non-literal constants'
{
my $ok;

Expand Down Expand Up @@ -97,7 +96,6 @@ use Test;
ok $ok, "declaring a constant in terms of COMPILING constant works";
}

#?rakudo skip 'constant hashes'
{
my $ok;

Expand All @@ -120,7 +118,6 @@ use Test;
ok $ok, "declaring a constant in terms of COMPILING hash constant works";
}

#?rakudo skip 'array constants'
{
my $ok;

Expand Down Expand Up @@ -225,7 +222,6 @@ use Test;

# L<S04/The Relationship of Blocks and Declarations/The initializing
# expression is evaluated at BEGIN time.>
#?rakudo skip 'BEGIN and outer lexicals'
{
my $ok;

Expand Down

0 comments on commit a84a160

Please sign in to comment.