Skip to content

Commit

Permalink
Update adt_wf.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis authored Nov 1, 2023
1 parent 420912c commit 6bee0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/formality-prove/src/test/adt_wf.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use expect_test::expect;
use formality_macros::test;
use formality_core::test;
use formality_types::{
grammar::{Parameter, Relation, Wcs},
parse::term,
rust::term,
};

use crate::{decls::Decls, prove::prove};
Expand Down

0 comments on commit 6bee0e4

Please sign in to comment.