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

Commit d6928e3

Browse files
committed
fix sbf tests
1 parent 2b9f55a commit d6928e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/sbf/tests/programs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ fn assert_instruction_count() {
13941394
let mut load_program_metrics = LoadProgramMetrics::default();
13951395
let loaded_program = Arc::new(
13961396
load_program_from_bytes(
1397-
&FeatureSet::default(),
1397+
&FeatureSet::all_enabled(),
13981398
&ComputeBudget::default(),
13991399
None,
14001400
&mut load_program_metrics,

0 commit comments

Comments
 (0)