summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/tests/test_output.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/asan/tests/test_output.sh')
-rwxr-xr-xcompiler-rt/lib/asan/tests/test_output.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/asan/tests/test_output.sh b/compiler-rt/lib/asan/tests/test_output.sh
index 433d94fb89f..75e0c5ed29b 100755
--- a/compiler-rt/lib/asan/tests/test_output.sh
+++ b/compiler-rt/lib/asan/tests/test_output.sh
@@ -38,8 +38,8 @@ for t in *.tmpl; do
actual_t="$t"
fi
./$exe 2>&1 | $SYMBOLIZER 2> /dev/null | c++filt | ./match_output.py $actual_t
- #rm ./$exe
- #[ -e "$so" ] && rm ./$so
+ rm ./$exe
+ [ -e "$so" ] && rm ./$so
done
done
done
OpenPOWER on IntegriCloud