diff options
Diffstat (limited to 'test/runtest/fallback.py')
-rw-r--r-- | test/runtest/fallback.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 5ef2363..ddabfbf 100644 --- a/test/runtest/fallback.py +++ b/test/runtest/fallback.py @@ -110,3 +110,9 @@ test.run(arguments = string.join(testlist), stderr = expect_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |