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

Commit

Permalink
fix bpf test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Aug 22, 2022
1 parent 21b22b1 commit b7f28de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ fn test_program_bpf_invoke_sanity() {
format!("Program log: invoke {program_lang} program"),
"Program log: Test max account infos exceeded".into(),
"skip".into(), // don't compare compute consumption logs
"Program failed to complete: Invoked an instruction with too many account info's (65 > 64)".into(),
"Program failed to complete: Invoked an instruction with too many account info's (257 > 256)".into(),
format!("Program {invoke_program_id} failed: Program failed to complete"),
]),
);
Expand Down

0 comments on commit b7f28de

Please sign in to comment.