Skip to content

Commit ac3f86d

Browse files
committed
Oops, forgot to remove debug helper
1 parent 6fdc8b5 commit ac3f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-operators/set_proper_subset.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ for
143143
}
144144
for @notpss {
145145
if $_ ~~ Pair {
146-
exit dd .key, .value, $name, False unless
146+
#exit dd .key, .value, $name, False unless
147147
is-deeply op(.key,.value), False,
148148
"$_.value() is NOT $name of $_.key.^name()";
149149
#exit dd .value, .key, $rname, False unless

0 commit comments

Comments
 (0)