mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
move test files
This commit is contained in:
parent
3554f4039b
commit
3e3fe4fc7a
17 changed files with 121 additions and 21 deletions
9
compiler/test_gen/src/lib.rs
Normal file
9
compiler/test_gen/src/lib.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
#![warn(clippy::all, clippy::dbg_macro)]
|
||||
// See github.com/rtfeldman/roc/issues/800 for discussion of the large_enum_variant check.
|
||||
#![allow(clippy::large_enum_variant)]
|
||||
// we actually want to compare against the literal float bits
|
||||
#![allow(clippy::clippy::float_cmp)]
|
||||
|
||||
pub mod gen_tags;
|
||||
pub mod gen_primitives;
|
||||
mod helpers;
|
Loading…
Add table
Add a link
Reference in a new issue