move test fn into its own mod (#24212)

* move test fn into its own mod

* pub
This commit is contained in:
HaoranYi
2022-04-12 09:36:05 -05:00
committed by GitHub
parent 474080608a
commit 605036c117
4 changed files with 32 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ use {
rand::Rng,
rayon::iter::{IntoParallelRefIterator, ParallelIterator},
solana_runtime::{
accounts::{create_test_accounts, AccountAddressFilter, Accounts},
accounts::{test_utils::create_test_accounts, AccountAddressFilter, Accounts},
accounts_db::AccountShrinkThreshold,
accounts_index::{AccountSecondaryIndexes, ScanConfig},
ancestors::Ancestors,