Skip to content

Commit

Permalink
chore: Unskip test now that input_extensions is no more (#1187)
Browse files Browse the repository at this point in the history
Removes the conditional test skip introduced in
#1168 (comment), now that
#1142 is merged.
  • Loading branch information
aborgna-q authored Jun 14, 2024
1 parent ea5213d commit cbe31be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hugr-core/src/builder/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,6 @@ mod test {
};

#[test]
#[cfg_attr(
feature = "extension_inference",
ignore = "Extension validation fails when mixing in the float extension"
)]
fn simple_linear() {
let build_res = build_main(
FunctionType::new(type_row![QB, QB], type_row![QB, QB])
Expand Down

0 comments on commit cbe31be

Please sign in to comment.