fix warning on wasm tests in gen_abilities

This commit is contained in:
Brian Carroll 2022-05-21 10:34:52 +01:00
parent 8c358332c8
commit 1e68ca88d0
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7

View file

@ -10,7 +10,7 @@ use crate::helpers::wasm::assert_evals_to;
#[cfg(test)]
use indoc::indoc;
#[cfg(test)]
#[cfg(all(test, feature = "gen-llvm"))]
use roc_std::RocList;
#[test]