diff options
Diffstat (limited to 'test/Fortran/SHFORTRANCOM.py')
-rw-r--r-- | test/Fortran/SHFORTRANCOM.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/SHFORTRANCOM.py b/test/Fortran/SHFORTRANCOM.py index 222cb89..f89358d 100644 --- a/test/Fortran/SHFORTRANCOM.py +++ b/test/Fortran/SHFORTRANCOM.py @@ -81,3 +81,9 @@ test.must_match(obj_ + 'test07' + _obj, "This is a .fpp file.\n") test.must_match(obj_ + 'test08' + _obj, "This is a .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |