aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 0bf5f31..810f00e 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -453,7 +453,7 @@ def have_objc_compiler():
return False
try:
objc_comp.sanity_check(env.get_scratch_dir(), env)
- objcpp_comp = env.detect_objc_compiler(False)
+ objcpp_comp = env.detect_objcpp_compiler(False)
except:
return False
if not objcpp_comp: