diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-03-27 17:19:00 -0400 |
commit | 7b24e458c7523694ab07acb31b67d1c00e7a266a (patch) | |
tree | e3f2319b6e9df82492ec9719bbfc2884b792a1a3 /test/ext/test_compiler.py | |
parent | 68a350d462b6840d6623a89565f8febf3a997830 (diff) | |
download | sqlalchemy-7b24e458c7523694ab07acb31b67d1c00e7a266a.tar.gz |
- move all the comments that got shoved below the fixture grabs back up
Diffstat (limited to 'test/ext/test_compiler.py')
-rw-r--r-- | test/ext/test_compiler.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ext/test_compiler.py b/test/ext/test_compiler.py index f66fa8c63..1f1273b07 100644 --- a/test/ext/test_compiler.py +++ b/test/ext/test_compiler.py @@ -110,6 +110,7 @@ class UserDefinedTest(fixtures.TestBase, AssertsCompiledSQL): decorated class' compiler. """ + t1 = table('t1', column('c1'), column('c2')) dispatch = Select._compiler_dispatch |