diff options
Diffstat (limited to 'test/bad-variables.py')
-rw-r--r-- | test/bad-variables.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bad-variables.py b/test/bad-variables.py index 0618c5e..11f2be1 100644 --- a/test/bad-variables.py +++ b/test/bad-variables.py @@ -66,3 +66,9 @@ scons: *** Illegal construction variable `foo(bar)' test.run(arguments='.', 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: |