Skip to content

Commit 9529675

Browse files
committed
mv to execution.rs
1 parent 695ce95 commit 9529675

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

program/tests/helpers/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use {
22
super::{
3-
instruction_builders::InstructionExecution,
3+
execution::InstructionExecution,
44
lifecycle::StakeLifecycle,
55
utils::{add_sysvars, STAKE_RENT_EXEMPTION},
66
},
File renamed without changes.

program/tests/helpers/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#![allow(dead_code)]
33

44
pub mod context;
5-
pub mod instruction_builders;
5+
pub mod execution;
66
pub mod lifecycle;
77
pub mod utils;

0 commit comments

Comments
 (0)