fixed semantic version tests
This commit is contained in:
parent
7ed49bea4d
commit
be2b041ee4
@ -2,8 +2,9 @@
|
||||
///
|
||||
/// # Example
|
||||
/// ```
|
||||
/// extern crate ethcore;
|
||||
/// use ethcore::engine::*;
|
||||
/// extern crate ethcore_util as util;
|
||||
/// use util::semantic_version::*;
|
||||
///
|
||||
/// fn main() {
|
||||
/// assert_eq!(SemanticVersion::new(1, 2, 3).as_u32(), 0x010203);
|
||||
/// }
|
||||
|
Loading…
Reference in New Issue
Block a user