diff options
Diffstat (limited to 'tests/forth.rs')
| -rw-r--r-- | tests/forth.rs | 2 |
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 { |
