Skip to content

Commit

Permalink
Reduce strength of error message check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 7, 2023
1 parent 31b61f1 commit ae21ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenlet/tests/test_cpp.py
Expand Up @@ -55,7 +55,7 @@ def test_unhandled_std_exception_as_greenlet_function_aborts(self):
# verify that plain unhandled throw aborts
output = self._do_test_unhandled_exception('run_as_greenlet_target')
self.assertIn(
'Fatal Python error: g_initialstub: greenlet: Unhandled C++ exception: Thrown from an extension.',
'greenlet: Unhandled C++ exception: Thrown from an extension.',
output
)

Expand Down

0 comments on commit ae21ed8

Please sign in to comment.