Skip to content

Commit 16d0ec3

Browse files
authored
Merge pull request #88 from orxfun/re-add-con-iter-tests
re-add con iter tests
2 parents 000f8bc + 8a4ad70 commit 16d0ec3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ criterion = "0.7.0"
2424
rand = { version = "0.9.2", default-features = false }
2525
rand_chacha = { version = "0.9", default-features = false }
2626
test-case = "3.3.1"
27-
# orx-concurrent-bag = "3.1.0"
27+
orx-concurrent-bag = "3.1.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mod con_iter;
2-
// mod into;
1+
mod con_iter;
2+
mod into;
33
mod par;
44
mod transformations;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mod con_iter;
2-
// mod into;
1+
mod con_iter;
2+
mod into;
33
mod par;
44
mod transformations;

0 commit comments

Comments
 (0)