diff options
author | JJ | 2023-04-13 22:09:36 +0000 |
---|---|---|
committer | JJ | 2023-04-13 22:11:21 +0000 |
commit | 07448425a0e3c946dacf9d71a49de69f8cc30f58 (patch) | |
tree | 5f1843f9cbde52864eaee223dc57c1e5d452fed4 /tests | |
parent | f1286b162b9223f039ac561dcd4fea5bbfa831d3 (diff) |
split bidirectional checking and conversion + defaults out of simple.rs
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_checking.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_checking.rs b/tests/test_checking.rs index 286283b..e553a4e 100644 --- a/tests/test_checking.rs +++ b/tests/test_checking.rs @@ -1,8 +1,8 @@ #![allow(non_upper_case_globals)] use chrysanthemum::ast::*; +use chrysanthemum::bidirectional::*; use chrysanthemum::parser::*; -use chrysanthemum::simple::*; use chrysanthemum::util::*; // rust you KNOW these are &'static strs |