From b0d4725aac41710d06078fc79f4a80d29209182c Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 10 Oct 2019 21:36:26 +0200 Subject: Add swift to Slice/errorDetection test --- cpp/test/Slice/errorDetection/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Slice/errorDetection/test.py') 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 -- cgit v1.2.3