We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4301b commit c4cd300Copy full SHA for c4cd300
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c9e601b31d6ad3961587d829db4472d314e7e606
+refs/heads/master: f0e1bb75d138522b3c64dfd2c16645cc45041d69
trunk/src/test/run-pass/vec-ref-count.rs
@@ -1,11 +1,12 @@
-// xfail-stage0
-
3
use std;
4
import std._vec;
5
6
fn main() {
7
auto v = vec(1, 2, 3);
8
- check (_vec.refcount[int](v) == 1u);
9
+ log_err _vec.refcount[int](v);
+ check (_vec.refcount[int](v) == 1u || _vec.refcount[int](v) == 2u);
10
11
}
12
0 commit comments