summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/forth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forth.rs b/tests/forth.rs
index d9cbed4..2538419 100644
--- a/tests/forth.rs
+++ b/tests/forth.rs
@@ -1,6 +1,6 @@
use automathon::forth::{
compiler::Compiler,
- vm::{WordList, VM},
+ vm::{VM, WordList},
};
fn compiler_for(text: &str) -> Compiler {