Tests pass

This commit is contained in:
Yehuda Katz
2019-07-12 19:07:06 -07:00
parent 70f9e355fd
commit 7c2a1c619e
24 changed files with 126 additions and 170 deletions

View File

@ -36,11 +36,6 @@ impl RenderView for GenericView<'value> {
Ok(())
}
Value::Error(e) => {
host.stdout(&format!("{:?}", e));
Ok(())
}
Value::Binary(_) => {
host.stdout("<Binary>");
Ok(())