diff options
Diffstat (limited to 'libcxx/test/std/containers/sequences/array/at.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/sequences/array/at.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/sequences/array/at.pass.cpp b/libcxx/test/std/containers/sequences/array/at.pass.cpp index c271788f36f..5cb89dfeeb9 100644 --- a/libcxx/test/std/containers/sequences/array/at.pass.cpp +++ b/libcxx/test/std/containers/sequences/array/at.pass.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +// XFAIL: libcpp-no-exceptions // <array> // reference operator[] (size_type) |