We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Exception.resumable
1 parent 07f5a45 commit 4ade099Copy full SHA for 4ade099
S32-exceptions/misc.t
@@ -5,7 +5,7 @@ use lib "t/spec/packages";
5
use Test;
6
use Test::Util;
7
8
-plan 427;
+plan 426;
9
10
throws-like '42 +', Exception, "missing rhs of infix", message => rx/term/;
11
@@ -792,7 +792,7 @@ ok Exception.new.Str.chars, "Exception.new.Str produces some default text";
792
ok X::AdHoc.new.gist ~~ m:i/explain/,
793
"X::AdHoc.new.gist mentions the word 'explain'";
794
795
-for <fail die throw rethrow resumable resume> -> $meth {
+for <fail die throw rethrow resume> -> $meth {
796
throws-like 'X::NYI.' ~ $meth, X::Parameter::InvalidConcreteness,
797
should-be-concrete => 'True',
798
param-is-invocant => 'True',
0 commit comments