tests/common-pattern.py
branchstable
changeset 49524 45268599f55e
parent 48875 6000f5b25c9b
child 50281 2cf264e9aa75
child 50320 adecb1ab4a0d
--- a/tests/common-pattern.py	Tue Oct 18 19:49:31 2022 -0400
+++ b/tests/common-pattern.py	Wed Oct 19 16:55:46 2022 +0400
@@ -158,6 +158,7 @@
     br'$EADDRNOTAVAIL$': (
         # strerror()
         br'Cannot assign requested address',
+        br'Can\'t assign requested address',
         # FormatMessage(WSAEADDRNOTAVAIL)
     ),
 }