diff options
Diffstat (limited to 'test/CPPPATH/Dir.py')
-rw-r--r-- | test/CPPPATH/Dir.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/Dir.py b/test/CPPPATH/Dir.py index 1059467..8b557dc 100644 --- a/test/CPPPATH/Dir.py +++ b/test/CPPPATH/Dir.py @@ -77,3 +77,9 @@ test.run(arguments = '.') test.run(program = test.workpath('prog' + _exe), stdout = "1\n2\n3\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |