diff options
Diffstat (limited to 'test/Win32/bad-drive.py')
-rw-r--r-- | test/Win32/bad-drive.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Win32/bad-drive.py b/test/Win32/bad-drive.py index 5b473bc..513f7fa 100644 --- a/test/Win32/bad-drive.py +++ b/test/Win32/bad-drive.py @@ -105,3 +105,9 @@ expect = "scons: *** [ddd.out] Source `%sno_source' not found, needed by target test.run(arguments='ddd.out', stderr=expect, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |