summaryrefslogtreecommitdiffstats
path: root/test/Fortran/F95.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/F95.py')
-rw-r--r--test/Fortran/F95.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/F95.py b/test/Fortran/F95.py
index d9bbfe2..eeadac7 100644
--- a/test/Fortran/F95.py
+++ b/test/Fortran/F95.py
@@ -148,3 +148,9 @@ bar.Program(target = 'bar', source = 'bar.f95')
test.must_match('wrapper.out', "wrapper.py\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: