Skip to content

Commit b04747e

Browse files
jnthntatumcopybara-github
authored andcommitted
Fix internal comment scrubbing using wrong tags.
PiperOrigin-RevId: 541016721
1 parent 98fbc3b commit b04747e

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

eval/tests/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ cc_test(
5353
],
5454
)
5555

56-
# copybara:strip_begin
57-
# benchy will still need the enable_optimizations flag since it isn't using blaze run directly.
58-
# copybara:strip_end
5956
cc_test(
6057
name = "const_folding_benchmark_test",
6158
size = "small",

runtime/standard/logical_functions_test.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ TEST_P(LogicalFunctionsTest, Runner) {
139139
absl::StatusOr<Handle<Value>> result = TestDispatchToFunction(
140140
registry, test_case.function, args, value_factory_);
141141

142-
// copybara:strip_begin(internal comment)
143-
// TODO(uncreated-issue/49): fix statusor matcher to be convertible to
144-
// Matcher<StatusOr<Handle<Value>>>.
145-
// copybara:strip_end
146142
EXPECT_EQ(result.ok(), test_case.result_matcher.ok());
147143

148144
if (!test_case.result_matcher.ok()) {

0 commit comments

Comments
 (0)