diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-02-28 20:51:12 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-02-28 20:51:12 +0100 |
| commit | 94d247a3b16007456ae18898ac217db119bc9979 (patch) | |
| tree | 726a45264b8a33ab78b43d259e2dfe63bc925418 | |
| parent | 802900d8ecf73dbb3a6af80fb9418add808db90b (diff) | |
| download | perlweeklychallenge-club-94d247a3b16007456ae18898ac217db119bc9979.tar.gz perlweeklychallenge-club-94d247a3b16007456ae18898ac217db119bc9979.tar.bz2 perlweeklychallenge-club-94d247a3b16007456ae18898ac217db119bc9979.zip | |
Week 154: Update tests.
| -rw-r--r-- | challenge-154/abigail/t/ctest.ini | 3 | ||||
| -rw-r--r-- | challenge-154/abigail/t/output-2-1.exp | 11 |
2 files changed, 4 insertions, 10 deletions
diff --git a/challenge-154/abigail/t/ctest.ini b/challenge-154/abigail/t/ctest.ini index e3c85b2017..7e3301e65c 100644 --- a/challenge-154/abigail/t/ctest.ini +++ b/challenge-154/abigail/t/ctest.ini @@ -6,3 +6,6 @@ [names]
1-1 = Given Example
2-1 = Fixed Output
+
+[2-1/perl]
+skip = Really slow implementation
diff --git a/challenge-154/abigail/t/output-2-1.exp b/challenge-154/abigail/t/output-2-1.exp index 5e22930fe7..2fd1ad879a 100644 --- a/challenge-154/abigail/t/output-2-1.exp +++ b/challenge-154/abigail/t/output-2-1.exp @@ -1,10 +1 @@ -2 -3 -5 -7 -37 -151 -3329 -23833 -13091204281 -3093215881333057 +2, 3, 5, 7, 37, 151, 3329, 23833, 13091204281, 3093215881333057 |
