port and pass formatinformation tests

This commit is contained in:
Henry Schimke
2022-10-05 14:13:35 -05:00
parent 2e39ac061d
commit 95742bb003
4 changed files with 84 additions and 87 deletions

View File

@@ -11,6 +11,8 @@ mod ErrorCorrectionLevelTestCase;
mod ModeTestCase;
#[cfg(test)]
mod VersionTestCase;
#[cfg(test)]
mod FormatInformationTestCase;
pub use version::*;
pub use mode::*;