remove panics in working tests
[nihav.git] / src / codecs / real / ralf.rs
index 74cb9c86f0579f5c1a30a3581a063f2bc567ccd8..d1286d5b16eb9c688304016c25b7c6692a67a676 100644 (file)
@@ -480,7 +480,7 @@ mod test {
     fn test_ralf() {
         let file = "assets/RV/rv40_ralf.rmvb";
         test_decode_audio("realmedia", file, Some(2000), "ralf");
-panic!("end");
+//panic!("end");
     }
 }