diff options
author | Steven Knight <knight@baldmt.com> | 2003-12-01 13:22:33 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-12-01 13:22:33 (GMT) |
commit | b044c7d46a734e8d35e4f651376e76f6f13f6b86 (patch) | |
tree | 3c76dd8b14cc4ee57e4cb6f6a9d3b44aeaeda3a1 /test | |
parent | 1449e5067298043a8cd9b26a9030f5909cfb00fb (diff) | |
download | SCons-b044c7d46a734e8d35e4f651376e76f6f13f6b86.zip SCons-b044c7d46a734e8d35e4f651376e76f6f13f6b86.tar.gz SCons-b044c7d46a734e8d35e4f651376e76f6f13f6b86.tar.bz2 |
Make the Fortran scanner case-insensitive. (David M. Cooke)
Diffstat (limited to 'test')
-rw-r--r-- | test/F77PATH.py | 2 |
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 """) |