diff options
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/MemoryLimit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/MemoryLimit.c b/test/Feature/MemoryLimit.c index 30d291e1..1cdf7260 100644 --- a/test/Feature/MemoryLimit.c +++ b/test/Feature/MemoryLimit.c @@ -1,4 +1,4 @@ -// REQUIRES: not-memsan +// REQUIRES: not-msan // Memsan adds additional memory that overflows the counter // Check that we properly kill states when we exceed our memory bounds, for both // small and large allocations (large allocations commonly use mmap(), which can |