File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -573,7 +573,6 @@ mod test {
573573 check ! (
574574 #[ tokio:: test]
575575 read_event_into_async,
576- read_until_close_async,
577576 TokioAdapter ,
578577 1 ,
579578 & mut Vec :: new( ) ,
Original file line number Diff line number Diff line change @@ -591,7 +591,6 @@ mod test {
591591 check ! (
592592 #[ test]
593593 read_event_impl,
594- read_until_close,
595594 identity,
596595 1 ,
597596 & mut Vec :: new( )
Original file line number Diff line number Diff line change @@ -1237,7 +1237,6 @@ mod test {
12371237 (
12381238 #[ $test: meta]
12391239 $read_event: ident,
1240- $read_until_close: ident,
12411240 // constructor of the XML source on which internal functions will be called
12421241 $source: path,
12431242 $skip: literal,
Original file line number Diff line number Diff line change @@ -411,7 +411,6 @@ mod test {
411411 check ! (
412412 #[ test]
413413 read_event_impl,
414- read_until_close,
415414 identity,
416415 0 ,
417416 ( )
You can’t perform that action at this time.
0 commit comments