Skip to content

Commit

Permalink
fixes/updates for complexmatrix2d.t
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Mar 13, 2010
1 parent beb7e09 commit fb070be
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions t/pmc/complexmatrix2d.t
Expand Up @@ -63,13 +63,10 @@ sub matrix2x2str($aa, $ab, $ba, $bb) {
}
method test_create_complexmatrix2d() {
try {
assert_throws_nothing("Cannot create ComplexMatrix2D", {
my $c := Parrot::new("ComplexMatrix2D");
assert_not_null($c, "Could not create a ComplexMatrix2D");
CATCH {
fail($!);
}
}
});
}

method test_sub_op_does_matrix() {
Expand Down Expand Up @@ -184,4 +181,3 @@ method test_method_iterate_function_inplace() {
assert_equal($m, $n, "Cannot iterate function in place");
}


0 comments on commit fb070be

Please sign in to comment.