Improve test maintainability (#20318)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//! @brief Example Rust-based BPF program that issues a cross-program-invocation
|
||||
|
||||
pub mod instruction;
|
||||
pub mod instructions;
|
||||
pub mod processor;
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#![cfg(feature = "program")]
|
||||
|
||||
use crate::instruction::*;
|
||||
use crate::instructions::*;
|
||||
use solana_program::{
|
||||
account_info::AccountInfo,
|
||||
bpf_loader, entrypoint,
|
||||
|
Reference in New Issue
Block a user