diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-16 14:34:23 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-16 14:34:23 -0330 |
commit | 63f03738fc89d654e0c2a63cd20f171ba09ccff6 (patch) | |
tree | 017a9423b864984169f846b78cbb4c17a55ed036 /scripts/TestUtil.py | |
parent | Objective-C test fixes (diff) | |
download | ice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.tar.bz2 ice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.tar.xz ice-63f03738fc89d654e0c2a63cd20f171ba09ccff6.zip |
ICE-6259 ObjC enable collocation optimization
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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" |