]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc
PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)
[gcc.git] / libstdc++-v3 / testsuite / 20_util / duration / literals / range_neg.cc
index 1c3ee90c4a6ce2f907a706c2adfcf2a08243ac09..8be1be5423f275efd03fe7f9da98c6f2dddf0582 100644 (file)
@@ -26,6 +26,6 @@ test01()
 
   // std::numeric_limits<int64_t>::max() == 9223372036854775807;
   auto h = 9223372036854775808h;
-  // { dg-error "cannot be represented" "" { target *-*-* } 908 }
+  // { dg-error "cannot be represented by duration" "" { target *-*-* } 0 }
 }
 // { dg-prune-output "in .constexpr. expansion" } // needed for -O0
This page took 0.025691 seconds and 5 git commands to generate.