Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673507730
  • Loading branch information
agutkin authored and copybara-github committed Sep 11, 2024
1 parent 0069fc4 commit 8c1de04
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions nisaba/scripts/brahmic/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -530,28 +530,3 @@ filegroup(
":wellformed.far",
],
)

cc_test(
name = "benchmark_test",
size = "small",
srcs = ["benchmark_test.cc"],
data = [
":testdata/iso.textproto",
":testdata/nfc.textproto",
":testdata/reading_norm.textproto",
":testdata/visual_norm.textproto",
":testdata/wellformed.textproto",
],
deps = [
":cc",
"//nisaba/interim/testing:testdata_cc_proto",
"//nisaba/port:file",
"//nisaba/port:file_util",
"//nisaba/port:status-matchers",
"//third_party/benchmark", # fixdeps: keep
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
],
)

0 comments on commit 8c1de04

Please sign in to comment.