We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c05250 commit 3d69de1Copy full SHA for 3d69de1
Lib/test/test_ctypes/test_dlerror.py
@@ -190,7 +190,7 @@ def test_localized_error_dlsym(self):
190
_ctypes.dlsym(dll, 'foo')
191
if sys.platform.startswith('linux'):
192
# On macOS or Windows, the filename is not reported by dlerror()
193
- self.assertIn('test_in_dll.so', str(cm.exception))
+ self.assertIn('test_dlsym.so', str(cm.exception))
194
195
196
if __name__ == "__main__":
0 commit comments