diff options
Diffstat (limited to 'tests/factor.test')
-rwxr-xr-x | tests/factor.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/factor.test b/tests/factor.test index 2ec557a3..b556c3a7 100755 --- a/tests/factor.test +++ b/tests/factor.test @@ -4,9 +4,9 @@ #testing "name" "command" "result" "infile" "stdin" -testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" "" -testing "0" "factor 0" "0: 0\n" "" "" -testing "1" "factor 1" "1: 1\n" "" "" +toyonly testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" "" +toyonly testing "0" "factor 0" "0: 0\n" "" "" +toyonly testing "1" "factor 1" "1: 1\n" "" "" testing "2" "factor 2" "2: 2\n" "" "" testing "3" "factor 3" "3: 3\n" "" "" testing "4" "factor 4" "4: 2 2\n" "" "" |