summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-16 14:34:23 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-16 14:34:23 -0330
commit63f03738fc89d654e0c2a63cd20f171ba09ccff6 (patch)
tree017a9423b864984169f846b78cbb4c17a55ed036 /scripts/TestUtil.py
parentObjective-C test fixes (diff)
downloadice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.tar.bz2
ice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.tar.xz
ice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.zip
ICE-6259 ObjC enable collocation optimization
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"