Skip to content

Commit 0325bd0

Browse files
committed
---
yaml --- r: 15169 b: refs/heads/try c: d0ddc69 h: refs/heads/master i: 15167: d234810 v: v3
1 parent 2893d5a commit 0325bd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 8d8581e7f963f4c3493324e5d9d051bb2892c601
5+
refs/heads/try: d0ddc69298c41df04b0488d91d521eb531d79177
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/fuzzer/cycles.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn test_cycles(r : rand::rng, k: uint, n: uint)
6868
if (likelihood(r, k, n)) { v[i].c = @p(choice(r, v)); }
6969

7070
if (likelihood(r, k, n)) { v[i].f = bind nopP(choice(r, v)); }
71-
if (false) { v[i].g = bind (fn~(_x: @pointy) { })(choice(r, v)); }
71+
//if (false) { v[i].g = bind (fn~(_x: @pointy) { })(choice(r, v)); }
7272
// https://github.com/mozilla/rust/issues/1899
7373

7474
if (likelihood(r, k, n)) { v[i].m = [p(choice(r, v))]; }
@@ -84,7 +84,7 @@ fn test_cycles(r : rand::rng, k: uint, n: uint)
8484

8585
fn main()
8686
{
87-
let r = rand::mk_rng();
87+
let r = rand::rng();
8888
range(0u, iters) {|i|
8989
test_cycles(r, i, iters);
9090
}

0 commit comments

Comments
 (0)