diff options
author | 2020-05-08 19:12:34 +0000 | |
---|---|---|
committer | 2020-05-08 19:12:34 +0000 | |
commit | e08e03fa965f6deac48f7ac164b3f9ff507f100d (patch) | |
tree | cbf288dcc4e266be091e10e7f92f9268794c6a63 /sdk/sdk_test.go | |
parent | ad913d56ac197b9f6ed4ec0874c901ebf4f198cb (diff) |
Revert "Adds support for 'ignored-on-host'"
Revert submission 1302576
Bug: 156054601
Reason for revert: Presumed root cause of build break.
Reverted Changes:
Ifc8116e11:Detect invalid arch specific properties in snapsho...
I7ebd33307:Adds support for 'ignored-on-host'
I167b47a13:Fix snapshot of a host/device cc_library with stub...
Change-Id: I2a7ac0ef0232177eefc26542c11dc675d6f4cab2
Diffstat (limited to 'sdk/sdk_test.go')
-rw-r--r-- | sdk/sdk_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sdk/sdk_test.go b/sdk/sdk_test.go index ae1a4923a..898ecea68 100644 --- a/sdk/sdk_test.go +++ b/sdk/sdk_test.go @@ -289,12 +289,9 @@ func TestCommonValueOptimization(t *testing.T) { } extractor := newCommonValueExtractor(common) + extractor.extractCommonProperties(common, structs) h := TestHelper{t} - - err := extractor.extractCommonProperties(common, structs) - h.AssertDeepEquals("unexpected error", nil, err) - h.AssertDeepEquals("common properties not correct", &testPropertiesStruct{ name: "common", |