summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_compiler.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-08-06 22:37:38 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-08-06 22:37:38 +0000
commit328e2647bea7d124a8033897791f365883e3e8d9 (patch)
tree3c9ed382633832de5805a5cf0b07205aefcc880c /test/aaa_profiling/test_compiler.py
parentcfa1a42328b406d0f494672f0b268890471d6d2e (diff)
downloadsqlalchemy-328e2647bea7d124a8033897791f365883e3e8d9.tar.gz
fix some profiles for 2.4
Diffstat (limited to 'test/aaa_profiling/test_compiler.py')
-rw-r--r--test/aaa_profiling/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_compiler.py b/test/aaa_profiling/test_compiler.py
index 79ae09b05..1c06d8286 100644
--- a/test/aaa_profiling/test_compiler.py
+++ b/test/aaa_profiling/test_compiler.py
@@ -15,7 +15,7 @@ class CompileTest(TestBase, AssertsExecutionResults):
Column('c1', Integer, primary_key=True),
Column('c2', String(30)))
- @profiling.function_call_count(72, {'2.4': 42, '3.0':77})
+ @profiling.function_call_count(72, {'2.4': 45, '3.0':77})
def test_insert(self):
t1.insert().compile()