diff options
Diffstat (limited to 'test/CPPPATH/nested-lists.py')
-rw-r--r-- | test/CPPPATH/nested-lists.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CPPPATH/nested-lists.py b/test/CPPPATH/nested-lists.py index 8ec97bc..aa48b92 100644 --- a/test/CPPPATH/nested-lists.py +++ b/test/CPPPATH/nested-lists.py @@ -75,3 +75,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: |