Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8d0d713

Browse files
committed
changes after rebase
1 parent 5f344f1 commit 8d0d713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/bank/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7713,7 +7713,7 @@ fn test_bpf_loader_upgradeable_deploy_with_max_len() {
77137713
}
77147714

77157715
let loaded_program = bank
7716-
.load_program(&program_keypair.pubkey())
7716+
.load_program(&program_keypair.pubkey(), false)
77177717
.expect("Failed to load the program");
77187718

77197719
// Invoke deployed program

0 commit comments

Comments
 (0)