Skip to content

Commit 3d69de1

Browse files
committed
fix tests (again???)
1 parent 1c05250 commit 3d69de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ctypes/test_dlerror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def test_localized_error_dlsym(self):
190190
_ctypes.dlsym(dll, 'foo')
191191
if sys.platform.startswith('linux'):
192192
# On macOS or Windows, the filename is not reported by dlerror()
193-
self.assertIn('test_in_dll.so', str(cm.exception))
193+
self.assertIn('test_dlsym.so', str(cm.exception))
194194

195195

196196
if __name__ == "__main__":

0 commit comments

Comments
 (0)