summaryrefslogtreecommitdiff
path: root/test/std/containers/associative/map/map.ops/count2.fail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/containers/associative/map/map.ops/count2.fail.cpp')
-rw-r--r--test/std/containers/associative/map/map.ops/count2.fail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/containers/associative/map/map.ops/count2.fail.cpp b/test/std/containers/associative/map/map.ops/count2.fail.cpp
index ff4bed8cb..bb1c32e0e 100644
--- a/test/std/containers/associative/map/map.ops/count2.fail.cpp
+++ b/test/std/containers/associative/map/map.ops/count2.fail.cpp
@@ -34,7 +34,7 @@ int main()
{
typedef std::map<int, double, transparent_less_private> M;
- M().count(C2Int{5});
+ (void)M().count(C2Int{5});
}
}
#endif