mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
remove commented out dead code in tests/seek.rs
Co-authored-by: naglis <827324+naglis@users.noreply.github.com>
This commit is contained in:
parent
c2c85e2332
commit
7357f191b8
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ fn seek_returns_err_if_unsupported() {
|
|||
}
|
||||
}
|
||||
|
||||
// #[ignore]
|
||||
#[test] // in the future use PR #510 (playback position) to speed this up
|
||||
fn seek_beyond_end_saturates() {
|
||||
for (format, _, decoder_name) in format_decoder_info()
|
||||
|
|
Loading…
Reference in a new issue