Fix test
This commit is contained in:
parent
247da7b18d
commit
4a25a49edf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ fn main() {
|
||||||
{
|
{
|
||||||
let e = E::C;
|
let e = E::C;
|
||||||
assert_eq!(e as u32, 2);
|
assert_eq!(e as u32, 2);
|
||||||
assert_eq!(FLAG.load(Ordering::SeqCst), 0);
|
assert_eq!(FLAG.load(Ordering::SeqCst), 1);
|
||||||
}
|
}
|
||||||
assert_eq!(FLAG.load(Ordering::SeqCst), 1);
|
assert_eq!(FLAG.load(Ordering::SeqCst), 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue