aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-12-26 00:08:37 -0800
committerbnewbold <bnewbold@robocracy.org>2016-12-26 00:08:37 -0800
commit9cf287fef8e614f57d0d52d579d6721ba54683f4 (patch)
treeceda8550fd28770d24a1ab37f5de1bee1f71959a /tests/lib.rs
parent957c2f75ceccfab3d8a8e546961db5f053876689 (diff)
downloadmodelthing-9cf287fef8e614f57d0d52d579d6721ba54683f4.tar.gz
modelthing-9cf287fef8e614f57d0d52d579d6721ba54683f4.zip
updates for new modelica-parser-lalrpop hierarchy
Diffstat (limited to 'tests/lib.rs')
-rw-r--r--tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 914064d..fb9c98d 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -33,7 +33,7 @@ fn test_search_models() {
#[test]
fn test substitute_with() {
- use modelica_parser::ast::Expr::*;
+ use modelica_parser::Expr::*;
let y = BinExpr(BinOperator::Add,
Box::new(Ident("y".to_string())),