Commit b5a13e76 authored by Robert Bradshaw's avatar Robert Bradshaw

Comment out test that works on clang but not gcc.

parent 468cc9c1
......@@ -22,5 +22,5 @@ cdef extern from "math.h":
cpdef double pyx_sqrt "sqrt"(double)
cdef double log(double) # not wrapped
cdef extern from "string.h":
cpdef char* strchr(const char *haystack, int needle);
# cdef extern from "string.h":
# cpdef char* strchr(const char *haystack, int needle);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment