fix tests
This commit is contained in:
parent
06b0e66931
commit
da74c73de1
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
use {
|
||||
crate::{dict::*, morphism::*, parser::*, TypeTerm}
|
||||
crate::{dict::*, parser::*, unparser::*, morphism::*, TypeTerm}
|
||||
};
|
||||
|
||||
//<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>\\
|
||||
|
@ -27,7 +27,6 @@ impl Morphism for DummyMorphism {
|
|||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_morphism_path() {
|
||||
let mut dict = BimapTypeDict::new();
|
||||
let mut base = MorphismBase::<DummyMorphism>::new( dict.add_typename("Seq".into()) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue