summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index b32b0383cb7..9c67a18d863 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1175,7 +1175,7 @@ def getDefaultCollocatedFile():
return "Collocated.rb"
if lang == "php":
return "Collocated.php"
- if lang in ["cpp", "cs", "cppe"]:
+ if lang in ["cpp", "cs", "cppe", "objc"]:
return "collocated"
if lang == "py":
return "Collocated.py"