summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto_update_tests.py')
-rwxr-xr-xauto_update_tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/auto_update_tests.py b/auto_update_tests.py
index 5cfff9c0e..2f8138749 100755
--- a/auto_update_tests.py
+++ b/auto_update_tests.py
@@ -15,7 +15,6 @@
# limitations under the License.
import os
-import shutil
import subprocess
import sys
from collections import OrderedDict
@@ -150,9 +149,6 @@ def update_example_tests():
o.write(actual)
finally:
os.remove(output_file)
- if sys.platform == 'darwin':
- # Also removes debug directory produced on Mac OS
- shutil.rmtree(output_file + '.dSYM')
def update_wasm_dis_tests():