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

Commit

Permalink
fix sbf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Apr 28, 2023
1 parent 29199e2 commit 4a134f4
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 @@ -1394,7 +1394,7 @@ fn assert_instruction_count() {
let mut load_program_metrics = LoadProgramMetrics::default();
let loaded_program = Arc::new(
load_program_from_bytes(
&FeatureSet::default(),
&FeatureSet::all_enabled(),
&ComputeBudget::default(),
None,
&mut load_program_metrics,
Expand Down

0 comments on commit 4a134f4

Please sign in to comment.