Skip to content

Commit

Permalink
inverted demorgan
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Nov 14, 2024
1 parent e032506 commit 1537c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dotnet_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_dotnet_native_crash(tmp_path):


@pytest.mark.skipif(
sys.platform != "linux" and os.environ.get("TEST_X86"),
sys.platform != "linux" or os.environ.get("TEST_X86"),
reason="dotnet signal handling is currently only supported on 64-bit Linux",
)
def test_dotnet_signals_inproc(cmake):
Expand Down

0 comments on commit 1537c17

Please sign in to comment.