| Index: third_party/pyscss/scss/tests/test_files.py
|
| diff --git a/third_party/pyscss/scss/tests/test_files.py b/third_party/pyscss/scss/tests/test_files.py
|
| deleted file mode 100644
|
| index d38c09097d47306203d84c09e15c64cc13e19eac..0000000000000000000000000000000000000000
|
| --- a/third_party/pyscss/scss/tests/test_files.py
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -import os.path
|
| -import unittest
|
| -
|
| -from scss import parser
|
| -
|
| -
|
| -class ScssCache(unittest.TestCase):
|
| -
|
| - def test_cache(self):
|
| - path = os.path.join(os.path.dirname(__file__), 'example.scss')
|
| - src = open(path).read()
|
| - test = parser.parse(src)
|
| - out = parser.load(open(path), precache=True)
|
| - self.assertEqual(test, out)
|
|
|