aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/optional_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/optional_test.cc')
-rw-r--r--absl/types/optional_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/types/optional_test.cc b/absl/types/optional_test.cc
index 65f4387..645f5b9 100644
--- a/absl/types/optional_test.cc
+++ b/absl/types/optional_test.cc
@@ -328,7 +328,7 @@ TEST(optionalTest, InPlaceConstructor) {
static_assert(opt2->x == ConstexprType::kCtorInitializerList, "");
#endif
- // TODO(b/34201852): uncomment these when std::is_constructible<T, Args&&...>
+ // TODO(absl-team): uncomment these when std::is_constructible<T, Args&&...>
// SFINAE is added to optional::optional(absl::in_place_t, Args&&...).
// struct I {
// I(absl::in_place_t);