Remove "Test" prop from xx_aconfig_library build rules

Test: CI

Bug: 309990433
Change-Id: Id78f65d4083571f310686589a18cabe13bbd5d62
This commit is contained in:
Zi Wang
2023-11-13 16:01:13 -08:00
parent 6f9522e4a8
commit d72e2dbbff
6 changed files with 1 additions and 44 deletions

View File

@@ -119,8 +119,6 @@ var incorrectRustCodegenModeTestData = []struct {
setting, expectedErr string
}{
{"mode: `unsupported`,", "mode: \"unsupported\" is not a supported mode"},
// TODO: remove this test case when test prop is removed
{"mode: `test`, test: true", "test prop should not be specified when mode prop is set"},
}
func TestIncorrectRustCodegenMode(t *testing.T) {