mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-23 07:29:54 +00:00
Fix commented code
This commit is contained in:
parent
8dd68c18ae
commit
1a0ff85673
10
tests/mp4.rs
10
tests/mp4.rs
@ -606,15 +606,19 @@ fn explore_mp4_file(filename: &str) {
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
#[test]
|
||||
fn file_test() {
|
||||
parse_mp4_file("small.mp4");
|
||||
//parse_mp4_file("./small.mp4");
|
||||
explore_mp4_file("./small.mp4");
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
#[test]
|
||||
fn bunny_test() {
|
||||
parse_mp4_file("bigbuckbunny.mp4");
|
||||
//parse_mp4_file("bigbuckbunny.mp4");
|
||||
explore_mp4_file("bigbuckbunny.mp4");
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user