diff options
Diffstat (limited to 'bp2build/java_test_host_conversion_test.go')
| -rw-r--r-- | bp2build/java_test_host_conversion_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bp2build/java_test_host_conversion_test.go b/bp2build/java_test_host_conversion_test.go index 95c239dbf..87f35f6bc 100644 --- a/bp2build/java_test_host_conversion_test.go +++ b/bp2build/java_test_host_conversion_test.go @@ -97,14 +97,13 @@ java_test_host { java_library { name: "lib_a", - bazel_module: { bp2build_available: false }, } java_library { name: "static_libs_a", - bazel_module: { bp2build_available: false }, } `, + StubbedBuildDefinitions: []string{"lib_a", "static_libs_a"}, ExpectedBazelTargets: []string{ MakeBazelTarget("java_test", "java_test_host-1", AttrNameToString{ "runtime_deps": `[ |
