File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
builtins/core_bpf_migration Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,9 @@ mod tests_core_bpf_migration {
155155 #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 0 ] ) ; "system" ) ]
156156 #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 1 ] ) ; "vote" ) ]
157157 #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 2 ] ) ; "stake" ) ]
158- #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 3 ] ) ; "config" ) ]
159- #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 4 ] ) ; "bpf_loader_deprecated" ) ]
160- #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 5 ] ) ; "bpf_loader" ) ]
161- #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 8 ] ) ; "address_lookup_table" ) ]
158+ #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 3 ] ) ; "bpf_loader_deprecated" ) ]
159+ #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 4 ] ) ; "bpf_loader" ) ]
160+ #[ test_case( TestPrototype :: Builtin ( & BUILTINS [ 7 ] ) ; "address_lookup_table" ) ]
162161 fn test_core_bpf_migration ( prototype : TestPrototype ) {
163162 let ( mut genesis_config, mint_keypair) =
164163 create_genesis_config ( 1_000_000 * LAMPORTS_PER_SOL ) ;
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ mod tests {
110110 #[ test_case( solana_sdk:: bpf_loader_deprecated:: id( ) , None ) ]
111111 #[ test_case( solana_sdk:: bpf_loader_upgradeable:: id( ) , None ) ]
112112 #[ test_case( solana_sdk:: compute_budget:: id( ) , None ) ]
113- #[ test_case( solana_sdk:: config:: program:: id( ) , None ) ]
114113 #[ test_case( solana_stake_program:: id( ) , None ) ]
115114 #[ test_case( solana_system_program:: id( ) , None ) ]
116115 #[ test_case( solana_vote_program:: id( ) , None ) ]
You can’t perform that action at this time.
0 commit comments