Update name of blocklist feature in bp2build

Bug: 290908194
Test: Forrest
Change-Id: I0576fb644edb6b6043df9cf01b508ee887f946f1
This commit is contained in:
Trevor Radcliffe
2023-07-10 18:50:47 +00:00
parent a56663f695
commit d71487173e
5 changed files with 6 additions and 6 deletions

View File

@@ -881,7 +881,7 @@ func TestCcBinaryWithSanitizerBlocklist(t *testing.T) {
targets: []testBazelTarget{
{"cc_binary", "foo", AttrNameToString{
"local_includes": `["."]`,
"features": `["ubsan_blocklist_foo_blocklist_txt"]`,
"features": `["sanitizer_blocklist_foo_blocklist_txt"]`,
}},
},
})