Fix runtime benches

This commit is contained in:
Greg Fitzgerald
2019-03-25 14:10:56 -06:00
parent 34c051f183
commit 573dec63da
4 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,7 @@ mod blockhash_queue;
pub mod bloom;
pub mod loader_utils;
mod native_loader;
mod runtime;
pub mod runtime;
mod status_cache;
mod system_program;