summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBixia Zheng <bixia@google.com>2022-01-21 15:15:06 -0800
committerBixia Zheng <bixia@google.com>2022-01-21 15:18:28 -0800
commitba093fe58b152e12049663e87536ea15a6de638d (patch)
tree4b5c7befc7ff75d5ca2f78b82d051b226ae3ae35
parentb796709a62da2a09ab753236deb3c9f2fc14cf47 (diff)
Fix a commit.
Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D117932
-rw-r--r--mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
index cf04454dea6e..7137d0fba95f 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
+++ b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg
@@ -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: