aboutsummaryrefslogtreecommitdiff
path: root/test/std/experimental/string.view/string.view.ops/copy.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/experimental/string.view/string.view.ops/copy.pass.cpp')
-rw-r--r--test/std/experimental/string.view/string.view.ops/copy.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/experimental/string.view/string.view.ops/copy.pass.cpp b/test/std/experimental/string.view/string.view.ops/copy.pass.cpp
index 96246d2732c7..0e4eb9e50bb0 100644
--- a/test/std/experimental/string.view/string.view.ops/copy.pass.cpp
+++ b/test/std/experimental/string.view/string.view.ops/copy.pass.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
+// XFAIL: libcpp-no-exceptions
// <string_view>
// size_type copy(charT* s, size_type n, size_type pos = 0) const;