Skip to content

Commit

Permalink
Add missing test cfg annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Jun 4, 2024
1 parent 7733a6b commit 9d27e1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/lox-utils/src/ndm/json/omm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ pub struct OmmType {
pub user_defined_parameters: HashMap<String, Option<String>>,
}

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

Expand Down
1 change: 1 addition & 0 deletions crates/lox-utils/src/ndm/xml/ndm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub struct NdmType {
pub child_list: Vec<NdmChildChoice>,
}

#[cfg(test)]
mod test {
use super::super::common;
use super::*;
Expand Down
1 change: 1 addition & 0 deletions crates/lox-utils/src/ndm/xml/ocm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ pub struct OcmOdParametersType {
pub data_types: Option<String>,
}

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

Expand Down
1 change: 1 addition & 0 deletions crates/lox-utils/src/ndm/xml/omm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ pub struct DdRevType {
pub units: Option<DdRevUnits>,
}

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

Expand Down
1 change: 1 addition & 0 deletions crates/lox-utils/src/ndm/xml/opm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ pub struct ManeuverParametersType {
pub man_dv_3: common::VelocityType,
}

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

Expand Down

0 comments on commit 9d27e1a

Please sign in to comment.