Skip to content

Commit

Permalink
Merge pull request #66 from csmoe/extra_test
Browse files Browse the repository at this point in the history
Remove unneeded unit test
  • Loading branch information
fitzgen authored May 23, 2018
2 parents 186ec1d + 3a35afa commit 9f2340d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions parser/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,3 @@ fn parse_wasm(data: &[u8]) -> Result<ir::Items, traits::Error> {
fn parse_fallback(data: &[u8]) -> Result<ir::Items, traits::Error> {
parse_wasm(data)
}

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}

0 comments on commit 9f2340d

Please sign in to comment.