Skip to content

Commit

Permalink
Remove PREVIEW as instructed in comment
Browse files Browse the repository at this point in the history
Fixes #2866
  • Loading branch information
lizmat committed May 14, 2019
1 parent b9f8995 commit d4afd48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions t/02-rakudo/11-deprecated.t
Expand Up @@ -16,7 +16,5 @@ sub test-deprecation (Str:D $lang, Bool :$is-visible, |c) {
sub is-deprecated (|c) { test-deprecation |c, :is-visible } sub is-deprecated (|c) { test-deprecation |c, :is-visible }
sub isn't-deprecated (|c) { test-deprecation |c } sub isn't-deprecated (|c) { test-deprecation |c }


isn't-deprecated 'v6.c', v6.d, v6.e, :lang-vers; isn't-deprecated 'v6.c', v6.d, v6.e, :lang-vers;

is-deprecated 'v6.d', v6.d, v6.e, :lang-vers;
# XXX TODO: remove `.PREVIEW` part when 6.d comes out:
is-deprecated 'v6.d.PREVIEW', v6.d, v6.e, :lang-vers;

0 comments on commit d4afd48

Please sign in to comment.