Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Follow expired deprecation removal
  • Loading branch information
lizmat committed May 19, 2015
1 parent f6e598f commit db4b007
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions S02-types/deprecations.t
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 11;
plan 9;

# currently deprecated core features

Expand Down Expand Up @@ -40,38 +40,6 @@ Please use \$*DISTRO.version instead.
TEXT
} #1
# $*VM<name>
#?niecza skip 'is DEPRECATED NYI'
{
$line = $?LINE; say $*VM<name>;
say $*VM<name>;
is Deprecation.report, qq:to/TEXT/.chop.subst(/\r/, '', :g), 'deprecation $*VM<name>';
Saw 1 occurrence of deprecated code.
================================================================================
\$*VM<name> seen at:
$*PROGRAM, lines $line,{$line + 1}
Deprecated since v2014.5, will be removed with release v2015.5!
Please use \$*VM.name instead.
--------------------------------------------------------------------------------
TEXT
} #1
# $*VM<config>
#?niecza skip 'is DEPRECATED NYI'
{
$line = $?LINE; say $*VM<config>;
say $*VM<config>;
is Deprecation.report, qq:to/TEXT/.chop.subst(/\r/, '', :g), 'deprecation $*VM<config>';
Saw 1 occurrence of deprecated code.
================================================================================
\$*VM<config> seen at:
$*PROGRAM, lines $line,{$line + 1}
Deprecated since v2014.5, will be removed with release v2015.5!
Please use \$*VM.config instead.
--------------------------------------------------------------------------------
TEXT
} #1
# $*PERL<name>
#?niecza skip 'is DEPRECATED NYI'
{
Expand Down

0 comments on commit db4b007

Please sign in to comment.