diff options
Diffstat (limited to 'test/AS/ml.py')
-rw-r--r-- | test/AS/ml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AS/ml.py b/test/AS/ml.py index 0cb0e9e..633befd 100644 --- a/test/AS/ml.py +++ b/test/AS/ml.py @@ -39,7 +39,7 @@ _exe = TestSCons._exe test = TestSCons.TestSCons() -if sys.platform == 'win32': +if sys.platform != 'win32': test.skip_test("Skipping ml test on non-win32 platform '%s'\n" % sys.platform) ml = test.where_is('ml') |