make llvm gen tests work

This commit is contained in:
Folkert 2022-02-20 14:25:26 +01:00
parent 177529bfb6
commit 3e413764e2
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 72 additions and 80 deletions

View file

@ -276,4 +276,5 @@ macro_rules! assert_expect_failed {
#[allow(unused_imports)]
pub(crate) use assert_evals_to;
#[allow(unused_imports)]
pub(crate) use assert_expect_failed;