Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spacing between Euler subtests
  • Loading branch information
Paul Cochrane committed Aug 28, 2015
1 parent 9f9f3d0 commit 4122609
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions t/categories/euler.t
Expand Up @@ -453,6 +453,7 @@ subtest {

check-example-solutions($problem, $expected-output, @authors)
}, "prob063";

subtest {
plan 1;

Expand Down Expand Up @@ -485,6 +486,7 @@ subtest {

check-example-solutions($problem, $expected-output, @authors)
}, "prob067";

subtest {
plan 1;
my $problem = "prob080";
Expand All @@ -493,6 +495,7 @@ subtest {

check-example-solutions($problem, $expected-output, @authors)
}, "prob080";

subtest {
plan 1;

Expand All @@ -502,6 +505,7 @@ subtest {

check-example-solutions($problem, $expected-output, @authors)
}, "prob081";

subtest {
plan 1;

Expand All @@ -512,7 +516,6 @@ subtest {
check-example-solutions($problem, $expected-output, @authors)
}, "prob089";


skip("prob092-moritz.pl takes too long to run");
unless $skip {
subtest {
Expand Down Expand Up @@ -553,7 +556,6 @@ subtest {
check-example-solutions($problem, $expected-output, @authors)
}, "prob099";


subtest {
plan 1;

Expand Down

0 comments on commit 4122609

Please sign in to comment.