Skip to content

Commit 2c724fa

Browse files
committed
Add commit reference to test
1 parent d6be186 commit 2c724fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S02-magicals/KERNEL.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ isa-ok $*KERNEL.bits, Int;
7474
is $*KERNEL.signal($hup), $hup, "also ok as Int?";
7575
}
7676

77+
# https://github.com/rakudo/rakudo/commit/01d948d2d2
7778
is_run print $*KERNEL.signal: 'SIGHUP';, {out => /^\d+$/},
7879
'.signal: Str:D works with un-initialized $*KERNEL.signals';
7980

0 commit comments

Comments
 (0)