We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bef119 commit b758013Copy full SHA for b758013
1 file changed
tests/suite/interop/net/type/test_reachtype.py
@@ -95,7 +95,7 @@ def test_generic_types(self):
95
self.assertEqual(G2[int, int].A, 40)
96
97
self.assertRaisesRegex(ValueError,
98
- re.compile(r"(?s)The number of generic arguments provided doesn't equal the arity of the generic type definition\..*Parameter.*instantiation", re.M),
+ re.compile(r"(?s)The number of generic arguments provided doesn't equal the arity of the generic type definition\..*Parameter.*", re.M),
99
lambda: G3[()])
100
101
if is_mono:
0 commit comments