Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
overseer test
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Apr 29, 2022
1 parent 8abd008 commit f198355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion node/overseer/overseer-gen/examples/duo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ struct Duo<T> {
i_like_hash: HashMap<f64, f64>,
}

#[test]
fn main() {
let (overseer, _handle): (Duo<_, f64>, _) = Duo::builder()
.sub0(AwesomeSubSys::default())
Expand Down
1 change: 0 additions & 1 deletion node/overseer/overseer-gen/examples/solo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl<Context> GoblinTower {
}
}

#[test]
fn main() {
let (overseer, _handle): (Solo<_>, _) = Solo::builder()
.goblin_tower(GoblinTower::default())
Expand Down

0 comments on commit f198355

Please sign in to comment.