Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aeyakovenko committed Jan 20, 2022
1 parent 5cd8698 commit 0f7eb85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perf/src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ pub fn is_renice_allowed(adjustment: i8) -> bool {

#[cfg(test)]
mod tests {
use super::*;

#[cfg(target_os = "linux")]
#[test]
fn test_nice() {
Expand Down

0 comments on commit 0f7eb85

Please sign in to comment.