Skip to content

Commit

Permalink
Make build names of Camelcase more consistent with other build names …
Browse files Browse the repository at this point in the history
…of lowercase under extern tests.

PiperOrigin-RevId: 685571791
  • Loading branch information
mollyibot authored and copybara-github committed Oct 14, 2024
1 parent b12d212 commit 4fa3bff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion javatests/jsinterop/generator/externs/functiontype/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package(
)

jsinterop_generator_test(
name = "FunctionType",
name = "functiontype",
srcs = ["functiontype.js"],
expected_output = [
"AliasedFunctionType.java.txt",
Expand Down
2 changes: 1 addition & 1 deletion javatests/jsinterop/generator/externs/globalscope/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package(
)

jsinterop_generator_test(
name = "GlobalScope",
name = "globalscope",
srcs = ["globalscope.js"],
expected_output = [
"Global.java.txt",
Expand Down
2 changes: 1 addition & 1 deletion javatests/jsinterop/generator/externs/inheritance/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package(
)

jsinterop_generator_test(
name = "Inheritance",
name = "inheritance",
srcs = ["inheritance.js"],
expected_output = [
"SimpleClass.java.txt",
Expand Down
2 changes: 1 addition & 1 deletion javatests/jsinterop/generator/externs/simpleclass/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package(
)

jsinterop_generator_test(
name = "SimpleClass",
name = "simpleclass",
srcs = ["simpleclass.js"],
expected_output = [
"PrivateClass.java.txt",
Expand Down
2 changes: 1 addition & 1 deletion javatests/jsinterop/generator/externs/uniontypes/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package(
)

jsinterop_generator_test(
name = "UnionTypes",
name = "uniontypes",
srcs = ["uniontypes.js"],
expected_output = [
"ParentInterface.java.txt",
Expand Down

0 comments on commit 4fa3bff

Please sign in to comment.