Skip to content

Commit

Permalink
fix buggy test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jan 23, 2025
1 parent 395515c commit cbf8870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,7 @@ fn test_program_sbf_inner_instruction_alignment_checks() {
..
} = create_genesis_config(50);
let (bank, bank_forks) = Bank::new_with_bank_forks_for_tests(&genesis_config);
let noop = create_program(&bank, &bpf_loader_deprecated::id(), "solana_sbf_rust_noop");
let noop = create_program(&bank, &bpf_loader::id(), "solana_sbf_rust_noop");
let inner_instruction_alignment_check = create_program(
&bank,
&bpf_loader_deprecated::id(),
Expand Down

0 comments on commit cbf8870

Please sign in to comment.