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