Skip to content

Commit

Permalink
(parse_ulps): Remove extra \.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Jaeger committed Aug 30, 2000
1 parent 47cae28 commit 03965c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/gen-libm-test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ sub parse_ulps {
next;
}
if (/^Function: /) {
if (/\Real part of/) {
if (/Real part of/) {
s/Real part of //;
$type = 'real';
} elsif (/Imaginary part of/) {
Expand Down

0 comments on commit 03965c7

Please sign in to comment.