Reduce remaining program crates to boilerplate crates

This commit is contained in:
Greg Fitzgerald
2019-03-22 06:47:05 -06:00
committed by Grimes
parent 0a5b6154e8
commit 38fdbbba3f
20 changed files with 765 additions and 758 deletions

View File

@ -141,7 +141,7 @@ pub fn process_instruction(
}
#[cfg(test)]
mod test {
mod tests {
use super::*;
use crate::budget_instruction::BudgetInstruction;
use crate::budget_script::BudgetScript;