diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-25 18:23:46 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-25 18:23:46 +0000 |
| commit | 9160ce0d454445133bd5799c2b8e5f9c80b4bdfd (patch) | |
| tree | 0e216e216c3c6f870012fa7b2a590138e6c3f463 /test/profiling | |
| parent | e82eebb368718ba1fe24853373399f0fbd2c17e4 (diff) | |
| download | sqlalchemy-9160ce0d454445133bd5799c2b8e5f9c80b4bdfd.tar.gz | |
call drop
Diffstat (limited to 'test/profiling')
| -rw-r--r-- | test/profiling/compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiling/compiler.py b/test/profiling/compiler.py index 501f8878d..66710e0e1 100644 --- a/test/profiling/compiler.py +++ b/test/profiling/compiler.py @@ -23,7 +23,7 @@ class CompileTest(TestBase, AssertsExecutionResults): def test_update(self): t1.update().compile() - @profiling.function_call_count(211, versions={'2.4':141}) + @profiling.function_call_count(202, versions={'2.4':141}) def test_select(self): s = select([t1], t1.c.c2==t2.c.c1) s.compile() |
