Skip to content

Commit

Permalink
Added note for a new test that needs to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mertens committed Feb 13, 2011
1 parent 0ebaf9d commit 2c0d99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/z_PDL.t
Expand Up @@ -79,6 +79,8 @@ $data(12:15)->get_from($dev_ptr);
ok(all($data(12:15) == $should_be), "Transfer to a slice works")
or diag("data was " . $data(12:15) . " and it should have been $should_be");

# working here - add croak tests for get_from and send_to, which fail at the moment

# Clean up:
Free($dev_ptr);

0 comments on commit 2c0d99f

Please sign in to comment.