From 001ed0f12c12771062717fddc7469b8291a576d6 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 16 Apr 2011 00:38:44 -0700 Subject: [PATCH] Mode tag for import compile only test. --- tests/compile/fromimport_star.pyx | 2 ++ 1 file changed, 2 insertions(+) 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 * -- 2.26.2