move bank test fn to its test_utils mod (#24171)
This commit is contained in:
@ -6,7 +6,11 @@ extern crate test;
|
||||
use {
|
||||
log::*,
|
||||
solana_program_runtime::invoke_context::InvokeContext,
|
||||
solana_runtime::{bank::*, bank_client::BankClient, loader_utils::create_invoke_instruction},
|
||||
solana_runtime::{
|
||||
bank::{test_utils::goto_end_of_slot, *},
|
||||
bank_client::BankClient,
|
||||
loader_utils::create_invoke_instruction,
|
||||
},
|
||||
solana_sdk::{
|
||||
client::{AsyncClient, SyncClient},
|
||||
clock::MAX_RECENT_BLOCKHASHES,
|
||||
|
Reference in New Issue
Block a user