diff options
author | Steven Knight <knight@baldmt.com> | 2006-01-21 19:01:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-01-21 19:01:06 (GMT) |
commit | 6fdb91f7abaaf0823070d17c8afcde6ca35d3549 (patch) | |
tree | 6923c674148af3f821725a49e3dbc194658d4257 /test/option-v.py | |
parent | 9e51adb1a538111d3661e07e04ecc112370ab6f2 (diff) | |
download | SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.zip SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.gz SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.bz2 |
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
Diffstat (limited to 'test/option-v.py')
-rw-r--r-- | test/option-v.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py index 6a0aaf7..28fe8ca 100644 --- a/test/option-v.py +++ b/test/option-v.py @@ -33,7 +33,7 @@ test = TestSCons.TestSCons(match = TestCmd.match_re) test.write('SConstruct', "") -# Win32 may or may not print a line for the script version +# Windows may or may not print a line for the script version # depending on whether it's invoked through scons.py or scons.bat. expect1 = r"""SCons by Steven Knight et al.: \tengine: v\S+, [^,]*, by \S+ on \S+ |