summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py
index 435962d..38dfdf5 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -15,7 +15,7 @@ import sys
def cpp_supported():
"""Is cpp (the C preprocessor) supported as a native command?"""
- return platform.system() == 'Linux' or platform.system() == 'Darwin'
+ return platform.system() == 'Linux'
def cpp_path():