diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/test.py')
-rw-r--r-- | cpp/test/Slice/errorDetection/test.py | 2 |
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) |