aboutsummaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/vptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ubsan/TestCases/TypeCheck/vptr.cpp')
-rw-r--r--test/ubsan/TestCases/TypeCheck/vptr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/TypeCheck/vptr.cpp b/test/ubsan/TestCases/TypeCheck/vptr.cpp
index d7848c4ce3f9..9b53e8095777 100644
--- a/test/ubsan/TestCases/TypeCheck/vptr.cpp
+++ b/test/ubsan/TestCases/TypeCheck/vptr.cpp
@@ -40,6 +40,8 @@
// UNSUPPORTED: win32
// Suppressions file not pushed to the device.
// UNSUPPORTED: android
+// Compilation error
+// UNSUPPORTED: openbsd
#include <new>
#include <typeinfo>
#include <assert.h>