Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Oct 10, 2023
1 parent 570b7d4 commit 7c6d0cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evaluator/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,6 @@ fn test_quote_unquote() -> anyhow::Result<()> {
#[derive(Debug)]
pub enum Interface {
Isize(isize),
Bool(bool),
Null(Null),
String(String),
StaticStr(&'static str),
Expand All @@ -950,7 +949,6 @@ impl Interface {
eprintln!("test Null object error")
}
}
unknown => eprintln!("type({unknown:?}) of exp not handle."),
}
Ok(())
}
Expand Down

0 comments on commit 7c6d0cc

Please sign in to comment.