summaryrefslogtreecommitdiff
path: root/test/cfi/simple-fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/simple-fail.cpp')
-rw-r--r--test/cfi/simple-fail.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cfi/simple-fail.cpp b/test/cfi/simple-fail.cpp
index 2be560b98..9c25fc0a2 100644
--- a/test/cfi/simple-fail.cpp
+++ b/test/cfi/simple-fail.cpp
@@ -56,6 +56,8 @@
// to an object of the wrong class but with a compatible vtable, by casting a
// pointer to such an object and attempting to make a call through it.
+// REQUIRES: cxxabi
+
#include <stdio.h>
#include "utils.h"