diff --git a/test/test_stltypes.py b/test/test_stltypes.py index ed11a0f6..16a5a7e3 100644 --- a/test/test_stltypes.py +++ b/test/test_stltypes.py @@ -672,7 +672,7 @@ def test18_array_interface(self): v = np.array(v, dtype=np.intc) assert ns.func(v) == sum(v) - @mark.xfail(run=(not (IS_MAC_ARM or IS_MAC_X86) and (not IS_CLANG_REPL)) + @mark.xfail(run=(not (IS_MAC_ARM or IS_MAC_X86)) and (not IS_CLANG_REPL)) def test19_vector_point3d(self): """Iteration over a vector of by-value objects"""