# New Ticket Created by Matt Kraai
# Please include the string: [perl #51878]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51878 >
Howdy,
t/codingstd/c_cuddled_else.t was renamed to
t/codingstd/cuddled_else.t, but the entry for the former wasn't
changed to the latter in lib/Parrot/Harness/DefaultTests.pm. The
attached patch does so.
--
Matt
diff --git a/lib/Parrot/Harness/DefaultTests.pm b/lib/Parrot/Harness/DefaultTests.pm
index de80c26..5b1ddd4 100644
--- a/lib/Parrot/Harness/DefaultTests.pm
+++ b/lib/Parrot/Harness/DefaultTests.pm
@@ -65,7 +65,6 @@ our @developing_tests = (
map { "t/codingstd/$_" } qw(
c_code_coda.t
c_cppcomments.t
- c_cuddled_else.t
c_header_guards.t
c_indent.t
c_operator.t
@@ -75,6 +74,7 @@ our @developing_tests = (
check_isxxx.t
check_toxxx.t
copyright.t
+ cuddled_else.t
filenames.t
gmt_utc.t
linelength.t