Merge "Test modules should always be last" into main

This commit is contained in:
Treehugger Robot 2024-02-13 22:04:05 +00:00 committed by Gerrit Code Review
commit ae025131ba

View file

@ -14,6 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
#[cfg(test)]
pub use test_utils::*;
#[cfg(test)] #[cfg(test)]
pub mod test_utils { pub mod test_utils {
use crate::commands::Input; use crate::commands::Input;
@ -340,6 +343,3 @@ parsed_flag {
); );
} }
} }
#[cfg(test)]
pub use test_utils::*;