Skip to content

Commit

Permalink
remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 10, 2025
1 parent 3b3fb77 commit c2b24bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/type_system/tests/value_type_permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use formality_core::test_util::ResultTestExt;
use crate::{dada_lang::term, type_system::check_program};

#[test]
#[ignore = "FIXME, broken"]
fn give_int_value_twice() {
check_program(&term(
"
Expand Down

0 comments on commit c2b24bd

Please sign in to comment.