mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Fix some test module names
This commit is contained in:
parent
6c4ba49086
commit
e3267dbf61
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ extern crate roc_gen;
|
|||
mod helpers;
|
||||
|
||||
#[cfg(test)]
|
||||
mod gen_num {
|
||||
mod gen_compare {
|
||||
|
||||
#[test]
|
||||
fn eq_i64() {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
// we actually want to compare against the literal float bits
|
||||
#![allow(clippy::clippy::float_cmp)]
|
||||
|
||||
pub mod gen_compare;
|
||||
pub mod gen_dict;
|
||||
pub mod gen_hash;
|
||||
pub mod gen_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue