Skip to content

Commit

Permalink
the fortran_helpers test file relies on stuff from parrot-linear-alge…
Browse files Browse the repository at this point in the history
…bra, so marking that TODO until we get that project working
  • Loading branch information
Whiteknight committed Oct 20, 2009
1 parent a7571ec commit 9afd842
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/100-fortran_helpers.t
@@ -1,5 +1,7 @@
plan(8);

start_todo("FORTRAN helpers in parrot-linear-algebra");

A = [1, 2, 3, 4; 5, 6, 7, 8];
ret = _test_fortran_array_conversions(A);
ok(ret, "fortran array conversion");
Expand Down Expand Up @@ -31,3 +33,5 @@ ok(ret, "passing scalar float");
A = [ 1+2i 2+3i; 4+5i 5+6i]
ret = _test_fortran_array_conversions(A, 'Complex');
ok(ret, "passing complex array");

end_todo();

0 comments on commit 9afd842

Please sign in to comment.