Get rid of test variable input
This commit is contained in:
parent
96e6a87f64
commit
b400796e4d
@ -8,7 +8,6 @@ struct Varmap {
|
|||||||
impl Varmap {
|
impl Varmap {
|
||||||
fn new() -> Varmap {
|
fn new() -> Varmap {
|
||||||
let mut map = HashMap::new();
|
let mut map = HashMap::new();
|
||||||
map.insert("a".to_string(), Expression::Number(10.0));
|
|
||||||
Varmap { map: map }
|
Varmap { map: map }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user