From d62c5b0be368ad859d0b1a763623bf16bd490ddb Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 16 Apr 2009 00:37:02 -0700 Subject: [PATCH] Move fixed ticket tests to testing directories. --HG-- rename : tests/bugs/weakref_T276.pyx => tests/compile/weakref_T276.pyx rename : tests/bugs/c_int_types_T255.pyx => tests/run/c_int_types_T255.pyx --- tests/{bugs => compile}/weakref_T276.pyx | 0 tests/{bugs => run}/c_int_types_T255.pyx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{bugs => compile}/weakref_T276.pyx (100%) rename tests/{bugs => run}/c_int_types_T255.pyx (100%) diff --git a/tests/bugs/weakref_T276.pyx b/tests/compile/weakref_T276.pyx similarity index 100% rename from tests/bugs/weakref_T276.pyx rename to tests/compile/weakref_T276.pyx diff --git a/tests/bugs/c_int_types_T255.pyx b/tests/run/c_int_types_T255.pyx similarity index 100% rename from tests/bugs/c_int_types_T255.pyx rename to tests/run/c_int_types_T255.pyx -- 2.26.2