We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f297db commit 1a37b6eCopy full SHA for 1a37b6e
warp/tests/test_struct.py
@@ -924,7 +924,7 @@ def test_struct_property(test, device):
924
925
def test_struct_property_with_setter(test, device):
926
"""Tests that structs with properties (setters) are not supported."""
927
- with test.assertRaisesRegex(TypeError, "Struct properties do not support setters"):
+ with test.assertRaisesRegex(TypeError, "Struct properties with setters are not supported"):
928
929
@wp.struct
930
class StructWithPropertySetter:
0 commit comments