Skip to content

Commit

Permalink
disambiguate modulename
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Oct 13, 2024
1 parent 79ae655 commit dc47ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cffi0/test_zdistutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_compile_module_explicit_filename(self):
csrc = '/*hi there %s!2*/\n#include <math.h>\n' % self
v = Verifier(ffi, csrc, force_generic_engine=self.generic,
libraries=[self.lib_m])
basename = self.__class__.__name__[:10] + '_test_compile_module'
basename = self.__class__.__name__[:20] + '_test_compile_module'
v.modulefilename = filename = str(udir.join(basename + '.so'))
v.compile_module()
assert filename == v.modulefilename
Expand Down

0 comments on commit dc47ef0

Please sign in to comment.