commit | d71487173e41c4996bf9fba206fe9edeb86221f6 | [log] [tgz] |
---|---|---|
author | Trevor Radcliffe <tradical@google.com> | Mon Jul 10 18:50:47 2023 +0000 |
committer | Trevor Radcliffe <tradical@google.com> | Wed Jul 12 13:45:10 2023 +0000 |
tree | 340c8966676af2b023b832f853c7e2406168d24e | |
parent | a56663f6954de78f82d7862c2e86bb1932e6c6da [diff] [blame] |
Update name of blocklist feature in bp2build Bug: 290908194 Test: Forrest Change-Id: I0576fb644edb6b6043df9cf01b508ee887f946f1
diff --git a/bp2build/cc_binary_conversion_test.go b/bp2build/cc_binary_conversion_test.go index 18cb9e1..4b36cc7 100644 --- a/bp2build/cc_binary_conversion_test.go +++ b/bp2build/cc_binary_conversion_test.go
@@ -881,7 +881,7 @@ targets: []testBazelTarget{ {"cc_binary", "foo", AttrNameToString{ "local_includes": `["."]`, - "features": `["ubsan_blocklist_foo_blocklist_txt"]`, + "features": `["sanitizer_blocklist_foo_blocklist_txt"]`, }}, }, })