rust/hg-cpython/src/lib.rs
changeset 43289 8d432d3a2d7c
parent 43251 970978975574
child 43945 f98f0e3ddaa1
equal deleted inserted replaced
43288:434d7a3e92e3 43289:8d432d3a2d7c
    70         "PatternError",
    70         "PatternError",
    71         py.get_type::<exceptions::PatternError>(),
    71         py.get_type::<exceptions::PatternError>(),
    72     )?;
    72     )?;
    73     Ok(())
    73     Ok(())
    74 });
    74 });
       
    75 
       
    76 #[cfg(not(any(feature = "python27-bin", feature = "python3-bin")))]
       
    77 #[test]
       
    78 #[ignore]
       
    79 fn libpython_must_be_linked_to_run_tests() {
       
    80     // stub function to tell that some tests wouldn't run
       
    81 }