diff options
Diffstat (limited to 'test/Fortran/SHF90COM.py')
-rw-r--r-- | test/Fortran/SHF90COM.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/SHF90COM.py b/test/Fortran/SHF90COM.py index fab3193..415cb9b 100644 --- a/test/Fortran/SHF90COM.py +++ b/test/Fortran/SHF90COM.py @@ -99,3 +99,9 @@ test.must_match(obj_ + 'test21' + _obj, "This is a .f90 file.\n") test.must_match(obj_ + 'test22' + _obj, "This is a .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |