Remove "Test" prop from xx_aconfig_library build rules
Test: CI Bug: 309990433 Change-Id: Id78f65d4083571f310686589a18cabe13bbd5d62
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user