diff options
Diffstat (limited to 'test/MSVC/PCHSTOP-errors.py')
-rw-r--r-- | test/MSVC/PCHSTOP-errors.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MSVC/PCHSTOP-errors.py b/test/MSVC/PCHSTOP-errors.py index 8c5bb14..6ffd11a 100644 --- a/test/MSVC/PCHSTOP-errors.py +++ b/test/MSVC/PCHSTOP-errors.py @@ -73,3 +73,9 @@ test.run(arguments='SET_PCHSTOP=1', status=2, stderr=expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |