Skip to content

Commit bf3352a

Browse files
committed
correct over-specific exception type
1 parent eac5ed7 commit bf3352a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-metaops/hyper.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ is ((1, 2) >>[+]<< (100, 200)).join(','), '101,202',
10091009
"non-dwim hyper against empty RHS dies";
10101010
}
10111011

1012-
throws-like '3 «.» foo', X::Obsolete, "«.» can't be hypered";
1012+
throws-like '3 «.» foo', Exception, "«.» can't be hypered";
10131013

10141014
# RT #125265
10151015
{

0 commit comments

Comments
 (0)