diff options
author | Jose <jose@zeroc.com> | 2019-10-10 21:36:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-10-10 21:52:59 +0200 |
commit | b0d4725aac41710d06078fc79f4a80d29209182c (patch) | |
tree | b9f9847aa52a27b5cb841d0eca845249ed253824 /cpp | |
parent | Improve swift metadata validation (diff) | |
download | ice-b0d4725aac41710d06078fc79f4a80d29209182c.tar.bz2 ice-b0d4725aac41710d06078fc79f4a80d29209182c.tar.xz ice-b0d4725aac41710d06078fc79f4a80d29209182c.zip |
Add swift to Slice/errorDetection test
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Slice/errorDetection/test.py | 2 |
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 |