summaryrefslogtreecommitdiffstats
path: root/test/F77PATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/F77PATH.py')
-rw-r--r--test/F77PATH.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/F77PATH.py b/test/F77PATH.py
index af3a9c9..340c321 100644
--- a/test/F77PATH.py
+++ b/test/F77PATH.py
@@ -77,7 +77,7 @@ test.write(['subdir', 'prog.f'],
r"""
PROGRAM PROG
PRINT *, 'subdir/prog.f'
- INCLUDE 'foo.f'
+ include 'foo.f'
STOP
END
""")