more complete #include test
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 16 Jan 2009 07:52:52 +0000 (23:52 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 16 Jan 2009 07:52:52 +0000 (23:52 -0800)
tests/run/includes/all.pyx

index 7aca44df7e7161fbc52ac6d1eb06b1f3daf1c49f..14f932dac8cf5da073ee647c668578d07d6c671b 100644 (file)
@@ -13,10 +13,10 @@ from b cimport b
 cdef extern from "c.h":
     cdef int c
 
-from indirect_d cimport d
+cimport indirect_d
 
 cdef extern from "e.h":
     cdef int e
 
 def test():
-    print a, b, c, d, e
+    print a, b, c, indirect_d.d, e