whitespace
This commit is contained in:
parent
e72fd8ea94
commit
4c516be429
2 changed files with 3 additions and 3 deletions
|
|
@ -567,4 +567,4 @@ mod bt;
|
|||
pub use self::bt::*;
|
||||
|
||||
mod rtm;
|
||||
pub use self::rtm::*;
|
||||
pub use self::rtm::*;
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ mod tests {
|
|||
if code == _XBEGIN_STARTED {
|
||||
let in_tx = _xtest();
|
||||
rtm::_xend();
|
||||
|
||||
|
||||
// putting the assert inside the transaction would abort the transaction on fail
|
||||
// without any output/panic/etc
|
||||
assert_eq!(in_tx, 1);
|
||||
|
|
@ -162,4 +162,4 @@ mod tests {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue