Skip to content

Commit

Permalink
Fix internal comment scrubbing using wrong tags.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 541046249
  • Loading branch information
jnthntatum authored and copybara-github committed Jun 17, 2023
1 parent 98fbc3b commit 3257b19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions eval/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ cc_test(
],
)

# copybara:strip_begin
# benchy will still need the enable_optimizations flag since it isn't using blaze run directly.
# copybara:strip_end
cc_test(
name = "const_folding_benchmark_test",
size = "small",
Expand Down
4 changes: 0 additions & 4 deletions runtime/standard/logical_functions_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ TEST_P(LogicalFunctionsTest, Runner) {
absl::StatusOr<Handle<Value>> result = TestDispatchToFunction(
registry, test_case.function, args, value_factory_);

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

if (!test_case.result_matcher.ok()) {
Expand Down

0 comments on commit 3257b19

Please # to comment.