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