summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/errorDetection/test.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-12-19 12:49:28 +0100
committerJose <jose@zeroc.com>2018-12-19 12:49:28 +0100
commit2f45c4b36eb67320485d752ae2688dcdbf428811 (patch)
tree35eb580ef716c7cea4111eac729f6bb2ca707319 /cpp/test/Slice/errorDetection/test.py
parentAdd missing copyright headers (diff)
downloadice-2f45c4b36eb67320485d752ae2688dcdbf428811.tar.bz2
ice-2f45c4b36eb67320485d752ae2688dcdbf428811.tar.xz
ice-2f45c4b36eb67320485d752ae2688dcdbf428811.zip
Cleanup Slice/errorDetection files, Close #320
Diffstat (limited to 'cpp/test/Slice/errorDetection/test.py')
-rw-r--r--cpp/test/Slice/errorDetection/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/test/Slice/errorDetection/test.py b/cpp/test/Slice/errorDetection/test.py
index 40938b9d408..86f72dd6822 100644
--- a/cpp/test/Slice/errorDetection/test.py
+++ b/cpp/test/Slice/errorDetection/test.py
@@ -20,8 +20,6 @@ class SliceErrorDetectionTestCase(ClientTestCase):
current.write(os.path.basename(file) + "... ")
args = ["-I.", file, "--output-dir", "tmp"]
- if file.find("Underscore") >= 0:
- args.append("--underscore")
# Don't print out slice2cpp output and expect failures
slice2cpp.run(current, args=args, exitstatus=0 if file.find("Warning") >= 0 else 1)