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

@@ -217,9 +217,3 @@ func TestExportedMode(t *testing.T) {
func TestUnsupportedMode(t *testing.T) {
testCodegenModeWithError(t, "mode: `unsupported`,", "mode: \"unsupported\" is not a supported mode")
}
// TODO: remove this test case when test prop is removed
func TestBothModeAndTestAreSet(t *testing.T) {
testCodegenModeWithError(t, "mode: `test`, test: true",
"test prop should not be specified when mode prop is set")
}