OSDN Git Service

Subzero: Fix broken lit tests.
authorJim Stichnoth <stichnot@chromium.org>
Thu, 30 Oct 2014 01:51:56 +0000 (18:51 -0700)
committerJim Stichnoth <stichnot@chromium.org>
Thu, 30 Oct 2014 01:51:56 +0000 (18:51 -0700)
The file ifatts.py no longer exists.

BUG= none
R=jvoung@chromium.org

Review URL: https://codereview.chromium.org/687403002

tests_lit/lit.cfg

index 3b7bf5c..8a99e86 100644 (file)
@@ -40,7 +40,6 @@ import lit.formats
 
 sys.path.insert(0, 'pydir')
 from utils import FindBaseNaCl, shellcmd
-from ifatts import GetFileAttributes
 
 # name: The name of this test suite.
 config.name = 'subzero'