summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-10-10 21:36:26 +0200
committerJose <jose@zeroc.com>2019-10-10 21:52:59 +0200
commitb0d4725aac41710d06078fc79f4a80d29209182c (patch)
treeb9f9847aa52a27b5cb841d0eca845249ed253824 /cpp/test
parentImprove swift metadata validation (diff)
downloadice-b0d4725aac41710d06078fc79f4a80d29209182c.tar.bz2
ice-b0d4725aac41710d06078fc79f4a80d29209182c.tar.xz
ice-b0d4725aac41710d06078fc79f4a80d29209182c.zip
Add swift to Slice/errorDetection test
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/Slice/errorDetection/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/test.py b/cpp/test/Slice/errorDetection/test.py
index ede8e665bbf..11ae481a942 100644
--- a/cpp/test/Slice/errorDetection/test.py
+++ b/cpp/test/Slice/errorDetection/test.py
@@ -49,7 +49,7 @@ class SliceErrorDetectionTestCase(ClientTestCase):
else:
current.writeln("ok")
- for language in ["cpp", "cs", "html", "java", "js", "matlab", "objc", "php", "py", "rb"]:
+ for language in ["cpp", "cs", "html", "java", "js", "matlab", "objc", "php", "py", "rb", "swift"]:
compiler = SliceTranslator('slice2%s' % language)
if not os.path.isfile(compiler.getCommandLine(current)):
continue