Skip to content

Commit

Permalink
fix remaining complexmatrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Mar 18, 2011
1 parent e309317 commit 6cb4159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/pmc/complexmatrix2d.t
Expand Up @@ -74,7 +74,7 @@ method test_VTABLE_set_string_keyed() {
$P1 = $P0[0;0]
store_lex "$a", $P1
};
Assert::equal($a, "1+1i", "set_string_keyed doesn't work");
Assert::equal(~$a, "1+1i", "set_string_keyed doesn't work");
}

method test_VTABLE_get_string() {
Expand Down

0 comments on commit 6cb4159

Please sign in to comment.