Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
katat committed Oct 24, 2024
1 parent dbee432 commit 1df4056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/negative_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn test_generic_missing_parameter_arg() {
));
}

// #[test]
#[test]
fn test_generic_symbolic_size_mismatched() {
let code = r#"
fn gen(const LEN: Field) -> [Field; 2] {
Expand Down

0 comments on commit 1df4056

Please sign in to comment.