Skip to content

Commit

Permalink
Adjust after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-s committed Dec 11, 2024
1 parent 89e47cf commit e1ac29a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hugr-core/src/extension/prelude/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ mod tests {

let out = b.add_dataflow_op(op, []).unwrap();

b.finish_prelude_hugr_with_outputs(out.outputs()).unwrap();
b.finish_hugr_with_outputs(out.outputs()).unwrap();
}

#[test]
Expand Down
1 change: 0 additions & 1 deletion hugr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ bumpalo = { workspace = true, features = ["collections"] }
[[bench]]
name = "bench_main"
harness = false

0 comments on commit e1ac29a

Please sign in to comment.