mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +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)]
|
#[cfg(test)]
|
||||||
use indoc::indoc;
|
use indoc::indoc;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, feature = "gen-llvm"))]
|
||||||
use roc_std::RocList;
|
use roc_std::RocList;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue