Skip to content

Commit e852a4b

Browse files
committed
be more lax with ordering in invalid_result_conversion ui test
1 parent 9a56685 commit e852a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_compile_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn test_compile_errors() {
3333
t.compile_fail("tests/ui/invalid_pymethod_receiver.rs");
3434
t.compile_fail("tests/ui/missing_intopy.rs");
3535
// adding extra error conversion impls changes the output
36-
#[cfg(not(any(windows, feature = "eyre", feature = "anyhow")))]
36+
#[cfg(not(any(windows, feature = "eyre", feature = "anyhow", Py_LIMITED_API)))]
3737
t.compile_fail("tests/ui/invalid_result_conversion.rs");
3838
t.compile_fail("tests/ui/not_send.rs");
3939
t.compile_fail("tests/ui/not_send2.rs");

0 commit comments

Comments
 (0)