Skip to content

Commit

Permalink
Rename gen_compare to gen_equality
Browse files Browse the repository at this point in the history
These tests check the equality functionality. In preparation of adding
a Sort ability (which defines a compare method), naming the quality
tests `gen_compare` creates ambiguity, so this renames them.
  • Loading branch information
jwoudenberg committed May 6, 2024
1 parent 9ed0067 commit f4291f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/compiler/test_gen/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#![allow(clippy::float_cmp)]

pub mod gen_abilities;
pub mod gen_compare;
pub mod gen_definitions;
pub mod gen_dict;
pub mod gen_equality;
pub mod gen_erased;
pub mod gen_list;
pub mod gen_num;
Expand Down

0 comments on commit f4291f4

Please sign in to comment.