Skip to content

Commit

Permalink
Fix test cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Dec 24, 2021
1 parent 47c1ab1 commit 6eca994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolby_vision/src/rpu/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl Default for GenerateConfig {
}
}

#[cfg(test)]
#[cfg(all(test, feature = "xml"))]
mod tests {
use anyhow::Result;
use std::path::PathBuf;
Expand Down

0 comments on commit 6eca994

Please sign in to comment.