No-op change to cord_test.cc PiperOrigin-RevId: 934433053 Change-Id: Ied009e7cd4c486eaf97abe9af80034a3a063418c
diff --git a/absl/strings/cord_test.cc b/absl/strings/cord_test.cc index 56db8f4..d748ff0 100644 --- a/absl/strings/cord_test.cc +++ b/absl/strings/cord_test.cc
@@ -246,8 +246,6 @@ ABSL_NAMESPACE_END } // namespace absl - - // The CordTest fixture runs all tests with and without expected CRCs being set // on the subject Cords. class CordTest : public testing::TestWithParam<bool /*useCrc*/> {