Skip to content

Commit

Permalink
run deprecated ui test only when gil-refs as disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Icxolu committed Mar 7, 2024
1 parent b2009ea commit a85157e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_compile_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fn test_compile_errors() {
t.compile_fail("tests/ui/invalid_pymethod_names.rs");
t.compile_fail("tests/ui/invalid_pymodule_args.rs");
t.compile_fail("tests/ui/reject_generics.rs");
#[cfg(not(feature = "gil-refs"))]
t.compile_fail("tests/ui/deprecations.rs");
t.compile_fail("tests/ui/invalid_closure.rs");
t.compile_fail("tests/ui/pyclass_send.rs");
Expand Down

0 comments on commit a85157e

Please sign in to comment.