diff options
Diffstat (limited to 'tests/shlib_test/hello.pyx')
-rwxr-xr-x | tests/shlib_test/hello.pyx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/shlib_test/hello.pyx b/tests/shlib_test/hello.pyx deleted file mode 100755 index 58ce6919..00000000 --- a/tests/shlib_test/hello.pyx +++ /dev/null @@ -1,4 +0,0 @@ -cdef extern char *get_hello_msg() - -def hello(): - return get_hello_msg() |