aboutsummaryrefslogtreecommitdiffstats
path: root/tests/shlib_test/hello.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shlib_test/hello.pyx')
-rwxr-xr-xtests/shlib_test/hello.pyx4
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()