summaryrefslogtreecommitdiffstats
path: root/test/Fortran/module-subdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/module-subdir.py')
-rw-r--r--test/Fortran/module-subdir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Fortran/module-subdir.py b/test/Fortran/module-subdir.py
index 32f283f..def1e5c 100644
--- a/test/Fortran/module-subdir.py
+++ b/test/Fortran/module-subdir.py
@@ -112,3 +112,9 @@ expect = "myfortran.py wrote %s\n" % somemodule
test.must_match(['subdir', 'build', 'somemodule.mod'], expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: