Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded inverse sub test, and use a better information string…
… for the surviving equivalent test.
  • Loading branch information
colomon committed Aug 8, 2011
1 parent 410d696 commit 7bf42b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions S32-trig/generate-tests.pl
Expand Up @@ -238,10 +238,8 @@ ($str, $angle, $fun, $type, $desired-result-rule)
# Num.$.inverted_function_name(Complex) tests -- thorough
for ($desired-result + 0i, $desired-result + .5i, $desired-result + 2i) -> $z {
is_approx($.function_name($.inverted_function_name($z)), $z,
"$.inverted_function_name(Complex) - {$angle.key()}");
is_approx($z.$.inverted_function_name.$.function_name, $z,
"Complex.$.inverted_function_name - {$angle.key()}");
"Complex.$.inverted_function_name - $z");
}
}
];
Expand Down

0 comments on commit 7bf42b2

Please sign in to comment.