commit | c9b8fbdda04903f66b1ec76d3507f0119d2dd202 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Tue Oct 25 15:47:17 2022 -0400 |
committer | Sam Delmerico <delmerico@google.com> | Tue Nov 08 17:17:52 2022 -0500 |
tree | 6cbde0817baa0f9778c016d44945a2f931842779 | |
parent | 1265bfdfbd722249c1a4fff00699585bd53f074e [diff] [blame] |
bp2build for tidy_disabled_srcs Bug: 195029134 Test: m bp2build Change-Id: I9591439213dbf0ef68cd33151b3e32f6f6c68551
diff --git a/cc/test.go b/cc/test.go index 92055fa..536210b 100644 --- a/cc/test.go +++ b/cc/test.go
@@ -678,7 +678,7 @@ } } - m.convertTidyAttributes(&testBinaryAttrs.tidyAttributes) + m.convertTidyAttributes(ctx, &testBinaryAttrs.tidyAttributes) for _, propIntf := range m.GetProperties() { if testLinkerProps, ok := propIntf.(*TestLinkerProperties); ok {