Add ARM files
[dh-make-perl] / dev / arm / libtest-harness-perl / libtest-harness-perl-3.12 / t / sample-tests / schwern-todo-quiet
1 print <<DUMMY_TEST;
2 1..3
3 ok 1
4 not ok 2
5 #   Failed test at ../../andy/schwern.pl line 17.
6 #          got: '23'
7 #     expected: '42'
8 not ok 3 # TODO Roman numerials still not a built in type
9 #   Failed (TODO) test at ../../andy/schwern.pl line 20.
10 #          got: 'XXIII'
11 #     expected: '23'
12 # Looks like you failed 1 test of 3.
13 DUMMY_TEST