Index: third_party/twisted_8_1/twisted/test/test_extensions.py |
diff --git a/third_party/twisted_8_1/twisted/test/test_extensions.py b/third_party/twisted_8_1/twisted/test/test_extensions.py |
deleted file mode 100644 |
index e2ecd6395044eac403f7dca33b0c39655fad6d5c..0000000000000000000000000000000000000000 |
--- a/third_party/twisted_8_1/twisted/test/test_extensions.py |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-# Copyright (c) 2001-2004 Twisted Matrix Laboratories. |
-# See LICENSE for details. |
- |
-# |
- |
-import os |
-from os.path import join as opj |
- |
-from twisted.trial import unittest |
- |
-from twisted.python import util |
- |
- |
-class CorrectComments(unittest.TestCase): |
- def testNoSlashSlashComments(self): |
- urlarg = util.sibpath(__file__, opj(os.pardir, 'protocols', '_c_urlarg.c')) |
- contents = file(urlarg).read() |
- self.assertEquals(contents.find('//'), -1) |