diff options
Diffstat (limited to 'test/Fortran/F90COMSTR.py')
-rw-r--r-- | test/Fortran/F90COMSTR.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/F90COMSTR.py b/test/Fortran/F90COMSTR.py index 2ab1b3e..eec5795 100644 --- a/test/Fortran/F90COMSTR.py +++ b/test/Fortran/F90COMSTR.py @@ -69,3 +69,9 @@ test.must_match('test01.obj', "A .f90 file.\n") test.must_match('test02.obj', "A .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |