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

Commit b05dfcf

Browse files
committed
fix more tests
1 parent 4a134f4 commit b05dfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/bpf_loader/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ mod tests {
17521752
let mut load_program_metrics = LoadProgramMetrics::default();
17531753

17541754
load_program_from_bytes(
1755-
&FeatureSet::default(),
1755+
&FeatureSet::all_enabled(),
17561756
&ComputeBudget::default(),
17571757
None,
17581758
&mut load_program_metrics,

0 commit comments

Comments
 (0)