diff options
Diffstat (limited to 'test/Fortran/FORTRANCOM.py')
-rw-r--r-- | test/Fortran/FORTRANCOM.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/FORTRANCOM.py b/test/Fortran/FORTRANCOM.py index 472a88d..6948b96 100644 --- a/test/Fortran/FORTRANCOM.py +++ b/test/Fortran/FORTRANCOM.py @@ -82,3 +82,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n") test.must_match('test08' + _exe, "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: |