summaryrefslogtreecommitdiffstats
path: root/test/scan-once.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2006-01-21 19:01:06 (GMT)
committerSteven Knight <knight@baldmt.com>2006-01-21 19:01:06 (GMT)
commit6fdb91f7abaaf0823070d17c8afcde6ca35d3549 (patch)
tree6923c674148af3f821725a49e3dbc194658d4257 /test/scan-once.py
parent9e51adb1a538111d3661e07e04ecc112370ab6f2 (diff)
downloadSCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.zip
SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.gz
SCons-6fdb91f7abaaf0823070d17c8afcde6ca35d3549.tar.bz2
Eliminate unnecessary WIN32/Win32/win32 references in tests, too.
Diffstat (limited to 'test/scan-once.py')
-rw-r--r--test/scan-once.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scan-once.py b/test/scan-once.py
index 90af11e..c86eaa4 100644
--- a/test/scan-once.py
+++ b/test/scan-once.py
@@ -253,7 +253,7 @@ env = env.Copy() # Yes, clobber intentionally
Mylib.AddCFlags(env, "-DGOOFY_DEMO")
Mylib.AddIncludeDirs(env, ".")
-# Not part of SLF's original stuff: On Win32, it's import to use the
+# Not part of SLF's original stuff: On Windows, it's import to use the
# original test environment when we invoke SCons recursively.
import os
recurse_env = env.Copy()