diff options
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/deepbind.cc')
-rw-r--r-- | test/sanitizer_common/TestCases/Linux/deepbind.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/deepbind.cc b/test/sanitizer_common/TestCases/Linux/deepbind.cc index fc810ad039f4..81150fae977e 100644 --- a/test/sanitizer_common/TestCases/Linux/deepbind.cc +++ b/test/sanitizer_common/TestCases/Linux/deepbind.cc @@ -1,5 +1,5 @@ // RUN: %clangxx %s -o %t && %run not %t 1 2>&1 | FileCheck %s -// UNSUPPORTED: lsan, android +// UNSUPPORTED: lsan,ubsan,android #include <dlfcn.h> #include <stdio.h> |