Still fixing

This commit is contained in:
YakoYakoYokuYoku 2019-02-21 11:47:41 -03:00 committed by GitHub
parent 1554ac76e3
commit 76bd3b8d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -2203,11 +2203,4 @@ mod tests {
57.2957795130823208767981548141051703
);
}
#[test]
fn realret() {
use float::CommonFloat;
assert_eq!(CommonFloat::arg(0.5f64), 0.0f64);
}
}