Skip to content

Commit

Permalink
test" removing another template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Apr 30, 2024
1 parent 7bc67b6 commit 325936a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/wdt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,3 @@ impl Wdt {
self.wdt.wdtclr().write(|w| unsafe { w.bits(ALARM_CLEAR) });
}
}

#[cfg(test)]
mod tests {

#[test]
fn nothing() {
// Exists just to track coverage
}
}

0 comments on commit 325936a

Please sign in to comment.