diff options
Diffstat (limited to 'test/CacheDir/up-to-date-q.py')
-rw-r--r-- | test/CacheDir/up-to-date-q.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CacheDir/up-to-date-q.py b/test/CacheDir/up-to-date-q.py index 0a49164..3830cd2 100644 --- a/test/CacheDir/up-to-date-q.py +++ b/test/CacheDir/up-to-date-q.py @@ -59,7 +59,6 @@ int main(){ return 0; } """ sconstruct = """ -import os CacheDir(r'%s') Program('foo', 'foo.c') """ % test.workpath('cache') |