1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

add cfg tag

This commit is contained in:
schaeff 2018-09-25 17:01:14 +02:00
parent 15106bde99
commit c31b396e28

View file

@ -65,7 +65,10 @@ impl FlatVariable {
}
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn one() {
assert_eq!(FlatVariable::one().id, 0);