fixes for tests to be run in release-mode
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -9,6 +9,7 @@ mod raw_id;
|
||||
mod redact;
|
||||
mod relation;
|
||||
mod strip;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
mod unsigned;
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![cfg(test)]
|
||||
|
||||
use super::Count;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user