From: Robert Bradshaw Date: Sat, 16 Apr 2011 07:38:44 +0000 (-0700) Subject: Mode tag for import compile only test. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=001ed0f12c12771062717fddc7469b8291a576d6;p=cython.git Mode tag for import compile only test. --- diff --git a/tests/compile/fromimport_star.pyx b/tests/compile/fromimport_star.pyx index b1daad98..6c19476b 100644 --- a/tests/compile/fromimport_star.pyx +++ b/tests/compile/fromimport_star.pyx @@ -1,3 +1,5 @@ +# mode: compile + from spam import * from ...spam.foo import * from . import *