summaryrefslogtreecommitdiffstats
path: root/modules/hints/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hints/meson.build')
-rw-r--r--modules/hints/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hints/meson.build b/modules/hints/meson.build
index d5046cb4..7e681f11 100644
--- a/modules/hints/meson.build
+++ b/modules/hints/meson.build
@@ -18,5 +18,5 @@ hints_mod = shared_module(
)
config_tests += [
- ['hints', files('tests/hints.test.lua'), ['skip_asan']],
+ ['hints', files('tests/hints.test.lua')],
]