@@ -777,25 +777,25 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
777777 println ! ( "test_env_vars..." ) ;
778778 test_env_vars ( ) ;
779779
780- /* println!("test_env_args...");
781- test_env_args();*/
780+ println ! ( "test_env_args..." ) ;
781+ test_env_args ( ) ;
782782
783783 println ! ( "test_env_dirs..." ) ;
784784 test_env_dirs ( ) ;
785785
786- /* println!("test_reqwest...");
786+ println ! ( "test_reqwest..." ) ;
787787 match futures:: executor:: block_on ( test_reqwest ( ) ) {
788788 Ok ( _) => println ! ( "complete" ) ,
789789 Err ( e) => println ! ( "error: {}" , e) ,
790- }*/
790+ }
791791
792792 println ! ( "test_hyper_http..." ) ;
793793 match futures:: executor:: block_on ( test_hyper_http ( case) ) {
794794 Ok ( _) => println ! ( "complete" ) ,
795795 Err ( e) => println ! ( "error: {}" , e) ,
796796 }
797797
798- /* println!("test_io_stdin...");
798+ println ! ( "test_io_stdin..." ) ;
799799 match test_io_stdin ( ) {
800800 Ok ( _) => println ! ( "complete" ) ,
801801 Err ( e) => println ! ( "error: {}" , e) ,
@@ -805,7 +805,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
805805 match futures:: executor:: block_on ( test_tokio_stdin ( ) ) {
806806 Ok ( _) => println ! ( "complete" ) ,
807807 Err ( e) => println ! ( "error: {}" , e) ,
808- }*/
808+ }
809809
810810 println ! ( "test_fs..." ) ;
811811 match test_fs ( ) {
0 commit comments