about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-07-29 13:48:36 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-07-29 22:28:06 +0100
commitb28775a70d98cd93efd45e865514e54b7d52acba (patch)
tree505bf8163940c6ff243b7328033391f4fcc0e1b4 /test
parentba0a6136cf6bd446af64e66d8b21e8ba1018a96e (diff)
downloadklee-b28775a70d98cd93efd45e865514e54b7d52acba.tar.gz
Fixed incorrect requires directive
Diffstat (limited to 'test')
-rw-r--r--test/Feature/MemoryLimit.c2
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