Rename test modules for previously included files.

(cherry picked from commit 75e2bde5fb)
This commit is contained in:
2025-11-17 21:31:15 +11:00
parent 8f6f1827ce
commit 7165bb9841
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]