Skip to content

Commit

Permalink
Update tests/test_compile_error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed May 17, 2024
1 parent 0fafbdf commit f8e8c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compile_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn test_compile_errors() {
#[cfg(any(not(Py_LIMITED_API), Py_3_10))] // to avoid PyFunctionArgument for &str
t.compile_fail("tests/ui/invalid_cancel_handle.rs");
t.pass("tests/ui/pymodule_missing_docs.rs");
#[cfg(all(feature = "abi3", not(feature = "experimental-async")))]
#[cfg(all(Py_LIMITED_API, not(feature = "experimental-async")))]
// output changes with async feature
t.compile_fail("tests/ui/abi3_inheritance.rs");
}

0 comments on commit f8e8c54

Please sign in to comment.