Skip to content

Commit

Permalink
Remove unnecessary useConfiguration("--proto_compiler=//proto:compile…
Browse files Browse the repository at this point in the history
…r") statements.

RELNOTES: None.
PiperOrigin-RevId: 222249130
  • Loading branch information
lberki authored and Copybara-Service committed Nov 20, 2018
1 parent e3fd177 commit d4fc00f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ public void testDescriptorSetOutput_strictDeps_disabled() throws Exception {

@Test
public void testProtoSourceRootWithoutDeps() throws Exception {
useConfiguration("--proto_compiler=//proto:compiler");
scratch.file(
"x/foo/BUILD",
"proto_library(",
Expand All @@ -261,7 +260,6 @@ public void testProtoSourceRootWithoutDeps() throws Exception {

@Test
public void testProtoSourceRootWithoutDeps_notPackageName() throws Exception {
useConfiguration("--proto_compiler=//proto:compiler");
scratch.file(
"x/foo/BUILD",
"proto_library(",
Expand All @@ -284,7 +282,6 @@ public void testProtoSourceRootWithoutDeps_notPackageName() throws Exception {

@Test
public void testProtoSourceRootWithDepsDuplicate() throws Exception {
useConfiguration("--proto_compiler=//proto:compiler");
scratch.file(
"x/foo/BUILD",
"proto_library(",
Expand All @@ -310,7 +307,6 @@ public void testProtoSourceRootWithDepsDuplicate() throws Exception {

@Test
public void testProtoSourceRootWithDeps() throws Exception {
useConfiguration("--proto_compiler=//proto:compiler");
scratch.file(
"x/foo/BUILD",
"proto_library(",
Expand Down Expand Up @@ -342,7 +338,6 @@ public void testProtoSourceRootWithDeps() throws Exception {

@Test
public void testExportedProtoSourceRoots() throws Exception {
useConfiguration("--proto_compiler=//proto:compiler");
scratch.file("ad/BUILD",
"proto_library(name='ad', proto_source_root='ad', srcs=['ad.proto'])");
scratch.file("ae/BUILD",
Expand Down

0 comments on commit d4fc00f

Please sign in to comment.