Fix test.

This commit is contained in:
Stephen Chung
2020-10-28 22:30:35 +08:00
parent bed6364dcb
commit cbd7ed2ca7
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
use crate::dynamic::Variant;
use crate::def_package;
use crate::dynamic::Variant;
use crate::parser::INT;
use crate::result::EvalAltResult;