aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc')
-rw-r--r--libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
index 5abe26e433d..524e302fec1 100644
--- a/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc
@@ -37,8 +37,8 @@ int main()
std::optional<std::unique_ptr<int>> oup2 = new int; // { dg-error "conversion" }
struct U { explicit U(std::in_place_t); };
std::optional<U> ou(std::in_place); // { dg-error "no matching" }
- // { dg-error "no type" "" { target { *-*-* } } 487 }
- // { dg-error "no type" "" { target { *-*-* } } 497 }
- // { dg-error "no type" "" { target { *-*-* } } 554 }
+ // { dg-error "no type" "" { target { *-*-* } } 493 }
+ // { dg-error "no type" "" { target { *-*-* } } 503 }
+ // { dg-error "no type" "" { target { *-*-* } } 560 }
}
}