diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index 3ab0064935b..4f5e1d40d55 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -20,7 +20,7 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -slice2cpp = '"%s"' % os.path.join(TestUtil.getCppBinDir(), "slice2cpp") +slice2cpp = '"%s"' % TestUtil.getSliceTranslator() regex1 = re.compile("\.ice$", re.IGNORECASE) files = [] |