diff options
Diffstat (limited to 'test/MSVS/runfile.py')
-rw-r--r-- | test/MSVS/runfile.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MSVS/runfile.py b/test/MSVS/runfile.py index 3edd711..7c85a16 100644 --- a/test/MSVS/runfile.py +++ b/test/MSVS/runfile.py @@ -126,3 +126,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |