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

@@ -6,7 +6,10 @@ use {
rayon::prelude::*,
solana_measure::measure::Measure,
solana_runtime::{
accounts::{create_test_accounts, update_accounts_bench, Accounts},
accounts::{
test_utils::{create_test_accounts, update_accounts_bench},
Accounts,
},
accounts_db::AccountShrinkThreshold,
accounts_index::AccountSecondaryIndexes,
ancestors::Ancestors,