@@ -777,25 +777,25 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
777
777
println ! ( "test_env_vars..." ) ;
778
778
test_env_vars ( ) ;
779
779
780
- /* println!("test_env_args...");
781
- test_env_args();*/
780
+ println ! ( "test_env_args..." ) ;
781
+ test_env_args ( ) ;
782
782
783
783
println ! ( "test_env_dirs..." ) ;
784
784
test_env_dirs ( ) ;
785
785
786
- /* println!("test_reqwest...");
786
+ println ! ( "test_reqwest..." ) ;
787
787
match futures:: executor:: block_on ( test_reqwest ( ) ) {
788
788
Ok ( _) => println ! ( "complete" ) ,
789
789
Err ( e) => println ! ( "error: {}" , e) ,
790
- }*/
790
+ }
791
791
792
792
println ! ( "test_hyper_http..." ) ;
793
793
match futures:: executor:: block_on ( test_hyper_http ( case) ) {
794
794
Ok ( _) => println ! ( "complete" ) ,
795
795
Err ( e) => println ! ( "error: {}" , e) ,
796
796
}
797
797
798
- /* println!("test_io_stdin...");
798
+ println ! ( "test_io_stdin..." ) ;
799
799
match test_io_stdin ( ) {
800
800
Ok ( _) => println ! ( "complete" ) ,
801
801
Err ( e) => println ! ( "error: {}" , e) ,
@@ -805,7 +805,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
805
805
match futures:: executor:: block_on ( test_tokio_stdin ( ) ) {
806
806
Ok ( _) => println ! ( "complete" ) ,
807
807
Err ( e) => println ! ( "error: {}" , e) ,
808
- }*/
808
+ }
809
809
810
810
println ! ( "test_fs..." ) ;
811
811
match test_fs ( ) {
0 commit comments