Skip to content

Commit ccc4e24

Browse files
committed
Remove tests for old version of Order
There was never a "released" perl6 spec for this, so we don't have to test/support the old values - they've already been removed from rakudo.
1 parent 89d6c1b commit ccc4e24

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

S02-types/deprecations.t

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use v6;
22

33
use Test;
44

5-
plan 40;
5+
plan 38;
66

77
# currently deprecated core features
88

@@ -315,40 +315,6 @@ Please use the :delete adverb with postcircumfix:<\{ }> instead.
315315
TEXT
316316
} #1
317317
318-
# Order::Decrease
319-
#?rakudo skip 'Could not create deprecated Order::Decrease'
320-
#?niecza skip 'is DEPRECATED NYI'
321-
#?pugs skip 'is DEPRECATED NYI'
322-
#?rakudo.jvm skip 'tracebacks in deprecations'
323-
{
324-
$line = $?LINE; Order::Decrease;
325-
is Deprecation.report, qq:to/TEXT/.chop.subst(/\r/, '', :g), 'deprecation Order::Decrease';
326-
Saw 1 call to deprecated code during execution.
327-
================================================================================
328-
Sub Decrease (from Order) called at:
329-
$*PROGRAM, line $line
330-
Please use More instead.
331-
--------------------------------------------------------------------------------
332-
TEXT
333-
} #1
334-
335-
# Order::Increase
336-
#?rakudo skip 'Could not create deprecated Order::Increase'
337-
#?niecza skip 'is DEPRECATED NYI'
338-
#?pugs skip 'is DEPRECATED NYI'
339-
#?rakudo.jvm skip 'tracebacks in deprecations'
340-
{
341-
$line = $?LINE; Order::Increase;
342-
is Deprecation.report, qq:to/TEXT/.chop.subst(/\r/, '', :g), 'deprecation Order::Increase';
343-
Saw 1 call to deprecated code during execution.
344-
================================================================================
345-
Sub Increase (from Order) called at:
346-
$*PROGRAM, line $line
347-
Please use Less instead.
348-
--------------------------------------------------------------------------------
349-
TEXT
350-
} #1
351-
352318
# Set
353319
#?niecza skip 'is DEPRECATED NYI'
354320
#?pugs skip 'is DEPRECATED NYI'

0 commit comments

Comments
 (0)