Skip to content

Commit 4ec7962

Browse files
committed
fix main.rs after merge
1 parent 7d1846d commit 4ec7962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ mod drought;
1010
mod floor;
1111
mod garbage;
1212
mod mapper;
13+
mod palettes;
1314
mod pushdown;
1415
mod rng;
1516
mod score;
@@ -46,7 +47,7 @@ struct TestOptions {
4647
fn main() {
4748
let options = TestOptions::parse_args_default_or_exit();
4849

49-
let tests: [(&str, fn()); 10] = [
50+
let tests: [(&str, fn()); 11] = [
5051
("garbage4", garbage::test_garbage4_crash),
5152
("floor", floor::test),
5253
("tspins", tspins::test),

0 commit comments

Comments
 (0)