Skip to content

Commit

Permalink
Additional fudging for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Mar 4, 2012
1 parent 13da829 commit 4b53779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S04-declarations/constant.t
Expand Up @@ -294,6 +294,7 @@ use Test;
ok Yak === F::B::c, 'can use "constant" to alias an enum value';
}

#?niecza skip "Cannot use bind operator with this LHS"
{
constant fib := 0, 1, *+* ... *;
is fib[100], 354224848179261915075, 'can have a constant using a sequence and index it';
Expand Down

0 comments on commit 4b53779

Please sign in to comment.