Merge "Actually run gensrcs_conversion_test."

This commit is contained in:
Treehugger Robot
2022-06-08 17:41:23 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ bootstrap_go_package {
"conversion_test.go",
"filegroup_conversion_test.go",
"genrule_conversion_test.go",
"gensrcs_conversion_test.go",
"java_binary_host_conversion_test.go",
"java_import_conversion_test.go",
"java_library_conversion_test.go",

View File

@@ -65,7 +65,7 @@ func TestGensrcs(t *testing.T) {
for _, test := range testcases {
expectedBazelTargets := []string{
makeBazelTarget("gensrcs", "foo", test.expectedBazelAttrs),
makeBazelTargetNoRestrictions("gensrcs", "foo", test.expectedBazelAttrs),
}
t.Run(test.name, func(t *testing.T) {
runBp2BuildTestCase(t, func(ctx android.RegistrationContext) {},