diff options
Diffstat (limited to 'libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp')
| -rw-r--r-- | libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp b/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp index 26aa5c74190..4f4fbcf93af 100644 --- a/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp +++ b/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp @@ -20,6 +20,6 @@ int main() typedef double T; typedef std::array<T, 3> C; C c = {1, 2, 3.5}; - std::get<3>(c) = 5.5; // Can't get element 3! + std::get<3>(c) = 5.5; // Can't get element 3! } } |

