From 6917ffb9bdae19a368abef5fdbd4655fc27fcdf2 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Tue, 15 Jul 2008 18:21:24 +0000 Subject: And thus ends support for Python 2.3. --- test/profiling/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/profiling') diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index a62c63c6b..b37b63297 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -15,7 +15,7 @@ class CompileTest(TestBase, AssertsExecutionResults): Column('c1', Integer, primary_key=True), Column('c2', String(30))) - @profiling.function_call_count(67, {'2.3': 44, '2.4': 42}) + @profiling.function_call_count(72, {'2.3': 44, '2.4': 46}) def test_insert(self): t1.insert().compile() -- cgit v1.2.1