diff options
| -rw-r--r-- | challenge-102/abigail/t/ctest.ini | 1 | ||||
| -rw-r--r-- | challenge-102/abigail/t/input-1-7 | 2 | ||||
| -rw-r--r-- | challenge-102/abigail/t/output-1-7.exp | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/challenge-102/abigail/t/ctest.ini b/challenge-102/abigail/t/ctest.ini index 6daf69e9fe..9138922364 100644 --- a/challenge-102/abigail/t/ctest.ini +++ b/challenge-102/abigail/t/ctest.ini @@ -5,4 +5,5 @@ 1-4 = Multiple numbers of given length
1-5 = No numbers of given length
1-6 = Multiple inputs
+1-7 = Exceed size of largest known rare number
2-1 = Given examples
diff --git a/challenge-102/abigail/t/input-1-7 b/challenge-102/abigail/t/input-1-7 new file mode 100644 index 0000000000..725eaa89cc --- /dev/null +++ b/challenge-102/abigail/t/input-1-7 @@ -0,0 +1,2 @@ +23 +100 diff --git a/challenge-102/abigail/t/output-1-7.exp b/challenge-102/abigail/t/output-1-7.exp new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/challenge-102/abigail/t/output-1-7.exp |
