mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-21 14:50:59 +00:00
fix broken test
This commit is contained in:
parent
8bf28b75fa
commit
6c694d186d
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ mod tests {
|
|||
fn test_new_negative() { let _ = UFloat::new(-1.1); }
|
||||
|
||||
#[test]
|
||||
#[should_panic = "float must be positive: `0`"]
|
||||
#[should_panic = "float must be positive: `-0`"]
|
||||
fn test_new_negative_zero() { let _ = UFloat::new(-0.0); }
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue