fix: add bpf_loader_upgradeable to ProgramTest default builtins
(cherry picked from commit 4ede5117f9
)
This commit is contained in:
committed by
Michael Vines
parent
e8fff4561e
commit
4cfb3dcc7b
@@ -689,6 +689,7 @@ impl ProgramTest {
|
||||
for loader in &[
|
||||
solana_bpf_loader_deprecated_program!(),
|
||||
solana_bpf_loader_program!(),
|
||||
solana_bpf_loader_upgradeable_program!(),
|
||||
] {
|
||||
bank.add_builtin(&loader.0, loader.1, loader.2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user