diff options
Diffstat (limited to 'test/MSVC/msvc.py')
-rw-r--r-- | test/MSVC/msvc.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MSVC/msvc.py b/test/MSVC/msvc.py index fe464c4..4ad562c 100644 --- a/test/MSVC/msvc.py +++ b/test/MSVC/msvc.py @@ -192,3 +192,9 @@ test.run(program=test.workpath('test.exe'), stdout='2003 test 2\n') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |