Skip to content

Commit

Permalink
Tidy festus/BUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansche committed Apr 8, 2016
1 parent 4167164 commit b3cb9fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions festus/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ cc_test(
deps = [
"@googletest//:gtest_main",
":modular-int-semiring",
"//festus:weight",
"//festus:weight-test-lib",
":weight",
":weight-test-lib",
],
)

Expand All @@ -95,8 +95,8 @@ cc_test(
deps = [
"@googletest//:gtest_main",
":max-times-semiring",
"//festus:weight",
"//festus:weight-test-lib",
":weight",
":weight-test-lib",
],
)

Expand Down Expand Up @@ -350,7 +350,7 @@ cc_test(
"@googletest//:gtest_main",
"@openfst//:weight",
":term-semiring",
"//festus:weight",
"//festus:weight-test-lib",
":weight",
":weight-test-lib",
],
)

0 comments on commit b3cb9fd

Please sign in to comment.