aboutsummaryrefslogtreecommitdiff
path: root/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp')
-rw-r--r--test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp b/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
index 18ca9968ff56..8f8503b254d3 100644
--- a/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
+++ b/test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
+// exception_ptr has not been implemented on Windows
+// XFAIL: LIBCXX-WINDOWS-FIXME
+
// <exception>
// class nested_exception;