Skip to content

Commit

Permalink
test():extratest
Browse files Browse the repository at this point in the history
  • Loading branch information
fscdc committed Feb 23, 2024
1 parent 0ae143e commit f35bc9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ fn test_08() {
test_ir(ir);
}

#[test]
fn test_08() {
let ir = include_str!("ir_cases/08_zero.orzir");
test_ir(ir);
}

#[test]
fn test_09() {
let ir = include_str!("ir_cases/09_extratest.orzir");
Expand Down

0 comments on commit f35bc9d

Please sign in to comment.