diff options
| -rw-r--r-- | src/vm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -829,7 +829,7 @@ impl VM { mod tests { mod typing { use crate::error::ErrorKind; - use crate::{test_string, Op, Type}; + use crate::{test_string, Type}; test_string!(uncallable_type, " f := fn i: int { |
