Skip to content

Commit d09de35

Browse files
committed
Modify spectest for new .perl output
(we should probably eliminate the test altogether... but it seems reasonable to keep for a while longer.)
1 parent 04cb7bc commit d09de35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/advent2009-day20.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ is &foo.name, 'foo', 'Introspecting subroutine name';
1111
my $bar = &foo;
1212
is $bar.name, 'foo', 'Introspecting subroutine for a sub assigned to a scalar';
1313

14-
is &foo.signature.perl, ':(Int $i, @stuff, Any $blah = { ... })', 'Introspecting and stringification of subroutine signature';
14+
is &foo.signature.perl, ':(Int $i, @stuff, $blah = { ... })', 'Introspecting and stringification of subroutine signature';
1515

1616
# Not sure if this is an appropriate test - as this code doesn't exist in the Advent Calendar
1717
my @sig-info = \(name => '$i', type => 'Int'),

0 commit comments

Comments
 (0)