diff options
Diffstat (limited to 'test cases/python/2 extmodule/ext/tachyon_module.c')
| -rw-r--r-- | test cases/python/2 extmodule/ext/tachyon_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/python/2 extmodule/ext/tachyon_module.c b/test cases/python/2 extmodule/ext/tachyon_module.c index b2592e482..a5d7cdc98 100644 --- a/test cases/python/2 extmodule/ext/tachyon_module.c +++ b/test cases/python/2 extmodule/ext/tachyon_module.c @@ -38,7 +38,7 @@ static PyMethodDef TachyonMethods[] = { static struct PyModuleDef tachyonmodule = { PyModuleDef_HEAD_INIT, - "tachyon", + MESON_MODULENAME, NULL, -1, TachyonMethods |
