diff options
Diffstat (limited to 'test/mingw.py')
-rw-r--r-- | test/mingw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mingw.py b/test/mingw.py index ba6add8..fac8910 100644 --- a/test/mingw.py +++ b/test/mingw.py @@ -38,7 +38,7 @@ import string test = TestSCons.TestSCons(match = TestCmd.match_re_dotall) -# MinGW is win32 only: +# MinGW is Windows only: if sys.platform != 'win32': msg = "Skipping mingw test on non-Windows platform '%s'\n" % sys.platform test.skip_test(msg) |