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