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.
1 parent a7dd2d5 commit 36f20a5Copy full SHA for 36f20a5
t/run/todo.t
@@ -63,6 +63,12 @@ TODO: {
63
"undef:de567\nundef:de567", { eval $switches }, "");
64
}
65
66
+TODO: {
67
+ local $::TODO = 'GH 16865';
68
+ fresh_perl('\(sort { 0 } 0, 0 .. "a")', { stderr => 'devnull' });
69
+ is($?, 0, "No assertion failure");
70
+}
71
+
72
TODO: {
73
todo_skip "Test needs -DDEBUGGING", 1 unless $is_debugging_build;
74
local $::TODO = 'GH 16876';
0 commit comments