diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/test.py')
-rw-r--r-- | cpp/test/Slice/errorDetection/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Slice/errorDetection/test.py b/cpp/test/Slice/errorDetection/test.py index 11ae481a942..687981966cb 100644 --- a/cpp/test/Slice/errorDetection/test.py +++ b/cpp/test/Slice/errorDetection/test.py @@ -49,6 +49,7 @@ class SliceErrorDetectionTestCase(ClientTestCase): else: current.writeln("ok") + current.write("Forward.ice... ") 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)): |