summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/array/array.tuple/get.fail.cpp
diff options
context:
space:
mode:
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.cpp2
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!
}
}
OpenPOWER on IntegriCloud