diff options
author | Guido van Rossum <guido@python.org> | 2007-01-15 00:38:25 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-01-15 00:38:25 (GMT) |
commit | c5c6f24aaf2a226ec29f3c223ec7e57c5e8d07c9 (patch) | |
tree | 700cc1da4a63f922db050ad75eaf3b52f066b869 | |
parent | 523d4f942c108db6fcd94a26d1cfd1d579d49426 (diff) | |
download | cpython-c5c6f24aaf2a226ec29f3c223ec7e57c5e8d07c9.zip cpython-c5c6f24aaf2a226ec29f3c223ec7e57c5e8d07c9.tar.gz cpython-c5c6f24aaf2a226ec29f3c223ec7e57c5e8d07c9.tar.bz2 |
No more tests are broken AFAIK.
-rw-r--r-- | BROKEN_TESTS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BROKEN_TESTS b/BROKEN_TESTS deleted file mode 100644 index 58d5633..0000000 --- a/BROKEN_TESTS +++ /dev/null @@ -1 +0,0 @@ -test_sqlite -- CheckLargeInt (sqlite3.test.types.SqliteTypeTests, sqlite3.test.types.DeclTypesTests) |