Skip to content

Commit

Permalink
Rename sample_cc_test.cc to sample_test.cc
Browse files Browse the repository at this point in the history
This is testing sample.{h,cc}, so the test should be named
accordingly (probably a leftover to disambiguate from an earlier
Python test ?)

PiperOrigin-RevId: 698163964
  • Loading branch information
hzeller authored and copybara-github committed Nov 19, 2024
1 parent bdc3c79 commit cd90112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions xls/fuzzer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -976,8 +976,8 @@ cc_test(
)

cc_test(
name = "sample_cc_test",
srcs = ["sample_cc_test.cc"],
name = "sample_test",
srcs = ["sample_test.cc"],
deps = [
":sample",
":sample_cc_proto",
Expand Down Expand Up @@ -1036,11 +1036,6 @@ cc_proto_library(
deps = [":sample_proto"],
)

py_proto_library(
name = "sample_py_pb2",
deps = [":sample_proto"],
)

proto_library(
name = "sample_proto",
srcs = ["sample.proto"],
Expand Down
File renamed without changes.

0 comments on commit cd90112

Please sign in to comment.