call drop

This commit is contained in:
Mike Bayer
2008-10-25 18:23:46 +00:00
parent e82eebb368
commit 9160ce0d45
+1 -1
View File
@@ -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()