diff --git a/S12-class/attributes.t b/S12-class/attributes.t index 6d33f61059..a2223bad70 100644 --- a/S12-class/attributes.t +++ b/S12-class/attributes.t @@ -2,7 +2,7 @@ use v6; use Test; -plan 24; +plan 25; # L diff --git a/S12-methods/private.t b/S12-methods/private.t index 420eac7eff..a219b3ee17 100644 --- a/S12-methods/private.t +++ b/S12-methods/private.t @@ -1,7 +1,7 @@ use v6; use Test; -plan 11; +plan 12; # L