aboutsummaryrefslogtreecommitdiff
path: root/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp')
-rw-r--r--test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp b/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp
index 09963096fdfa..4b02c97f834f 100644
--- a/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp
+++ b/test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp
@@ -34,7 +34,7 @@ int main()
{
typedef std::multimap<int, double, transparent_less_not_a_type> M;
- M().lower_bound(C2Int{5});
+ TEST_IGNORE_NODISCARD M().lower_bound(C2Int{5});
}
}
#endif