]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/list/operators/4.cc
[multiple changes]
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / list / operators / 4.cc
index 5de95b9eb5e8d66c1f2eb2359a854996dcb36758..bbebfb59a23b415a0d235ea54b6e4d222816f2d4 100644 (file)
@@ -76,14 +76,18 @@ test04()
   CompLastLt::reset();
   list0401.merge(list0402, lt);
   VERIFY(list0401 == list0404);
+#ifndef _GLIBCXX_DEBUG
   VERIFY(lt.count() <= (N + M - 1));
+#endif
 
   CompLastEq eq;
 
   CompLastEq::reset();
   list0401.unique(eq);
   VERIFY(list0401 == list0405);
+#ifndef _GLIBCXX_DEBUG
   VERIFY(eq.count() == (N + M - 1));
+#endif
 }
 
 int main()