mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
fix warning on wasm tests in gen_abilities
This commit is contained in:
parent
8c358332c8
commit
1e68ca88d0
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue