summaryrefslogtreecommitdiff
path: root/test/Case.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-02-15 05:14:30 +0000
committerSteven Knight <knight@baldmt.com>2006-02-15 05:14:30 +0000
commitb0397c954c03914924f4669f495feef71ba3dcff (patch)
treee58962d58516f26ff0babcdb67a58435a4019f07 /test/Case.py
parent88efaa60e577bde3c1e7a69087b892c7e552f466 (diff)
downloadscons-b0397c954c03914924f4669f495feef71ba3dcff.tar.gz
More test portability fixes. (Baptiste Lepilleur and SK)
Diffstat (limited to 'test/Case.py')
-rw-r--r--test/Case.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Case.py b/test/Case.py
index dd782ab0..18fb60a9 100644
--- a/test/Case.py
+++ b/test/Case.py
@@ -36,7 +36,7 @@ test.write('SConstruct', """\
Program('main', [
'main.c',
Object('foo.o', 'foo.c'),
- Object('FOO.O', 'bar.c')])
+ Object('FOO.o', 'bar.c')])
""")
test.write('main.c', """\