Skip to content

Commit 33ba343

Browse files
committed
Fix syntax error in catch.t
1 parent cf43276 commit 33ba343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S04-exception-handlers/catch.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ eval_lives_ok 'my %a; %a{ CATCH { } }', 'can define CATCH bock in .{}';
232232
# RT #73988
233233
eval_dies_ok 'do { CATCH {}; CATCH { } }', 'only one CATCH per block allowed';
234234
# RT #115184
235-
eval_dies_ok 'try { CATCH { ~$! }; die }', "doesn't segfault"
235+
eval_dies_ok 'try { CATCH { ~$! }; die }', "doesn't segfault";
236236

237237
# RT #121213
238238
{

0 commit comments

Comments
 (0)