Skip to content

Commit 09ca410

Browse files
author
mejrs
committed
Try with this combination
1 parent a0ca6b3 commit 09ca410

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_compile_error.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,11 @@ fn _test_compile_errors() {
107107
t.compile_fail("tests/ui/invalid_pymethod_receiver.rs");
108108
// Avoid `"and X others" from mismatching
109109
// by only running this for some configurations
110-
if cfg!(all(target_os = "linux", not(feature = "full"))) {
110+
if cfg!(all(
111+
target_os = "linux",
112+
feature = "full",
113+
not(feature = "abi3")
114+
)) {
111115
t.compile_fail("tests/ui/missing_intopy.rs");
112116
}
113117
}

0 commit comments

Comments
 (0)