Fix a commit.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D117932
This commit is contained in:
Bixia Zheng 2022-01-21 15:15:06 -08:00
parent b796709a62
commit ba093fe58b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Disable ASAN's leak detection for python OpsDSL tests.
# Disable ASAN's leak detection for python taco tests.
config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
# Only run when python bindings are enabled.
if not config.enable_bindings_python: