From 85a2f4c95662761c5fd783a0e71c1d5fec06db4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 25 Nov 2020 17:50:24 +0100 Subject: [PATCH] tests: Remove unneeded test file. --- tests/expectations/cython_options.tag.pyx | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/expectations/cython_options.tag.pyx diff --git a/tests/expectations/cython_options.tag.pyx b/tests/expectations/cython_options.tag.pyx deleted file mode 100644 index 1abf34a..0000000 --- a/tests/expectations/cython_options.tag.pyx +++ /dev/null @@ -1,10 +0,0 @@ -from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t -from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t -cdef extern from *: - ctypedef bint bool - ctypedef struct va_list -from libc.stdint cimport int8_t, int16_t -from libc.stddef cimport * - -cdef extern from "my_header.h": - pass \ No newline at end of file