From b28775a70d98cd93efd45e865514e54b7d52acba Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 29 Jul 2019 13:48:36 +0100 Subject: Fixed incorrect requires directive --- test/Feature/MemoryLimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit 1.4.1