From e7b3ef085aa5ec48742234471cac4a7f903503bd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 23 Dec 2009 22:00:25 +0000 Subject: [PATCH] 2.4 change --- test/aaa_profiling/test_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py index 3e4274d47d..f859f714ef 100644 --- a/test/aaa_profiling/test_compiler.py +++ b/test/aaa_profiling/test_compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(185, versions={'2.4':118}) + @profiling.function_call_count(185, versions={'2.4':112}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() -- 2.47.3