Skip to content

Commit 1fe5a9a

Browse files
committed
---
yaml --- r: 126077 b: refs/heads/try c: ecac4d2 h: refs/heads/master i: 126075: 3d54179 v: v3
1 parent 8dd6d48 commit 1fe5a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: f2fa55903e378368ed9173560f03a0ef16e371c2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 9fc8394d3bce22ab483f98842434c84c396212ae
5-
refs/heads/try: 20658f7ec509d5925b731dcc25067ce72a17a913
5+
refs/heads/try: ecac4d2e6ce6dd1803fa2fc150b65cb974654131
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustrt/at_exit_imp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn init() {
3131
let state: Box<Queue> = box Exclusive::new(Vec::new());
3232
unsafe {
3333
rtassert!(!RUNNING.load(atomics::SeqCst));
34-
rtassert!(QUEUE.swap(mem::transmute(state), atomics::SeqCst) == 0);
34+
assert!(QUEUE.swap(mem::transmute(state), atomics::SeqCst) == 0);
3535
}
3636
}
3737

0 commit comments

Comments
 (0)