Rename test modules for previously included files.

This commit is contained in:
2025-11-17 21:31:15 +11:00
parent 14028ed2c8
commit 75e2bde5fb
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ impl core::ops::BitOr for OptFlag {
}
#[cfg(test)]
mod opt_tests {
mod tests {
use super::*;
#[test]

View File

@@ -79,7 +79,7 @@ impl<ID: 'static> Opts<ID> {
#[cfg(test)]
mod opts_tests {
mod tests {
use super::*;
#[test]