Skip to content

Commit 9f11485

Browse files
committed
testsuite: Allow structural records in two tests that use pipes
1 parent 93043ba commit 9f11485

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/test/bench/pingpong.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
// Compare bounded and unbounded protocol performance.
1212

13+
#[allow(structural_records)]; // Pipes
14+
// Until a snapshot
15+
// xfail-pretty
16+
1317
extern mod std;
1418

1519
use pipes::{spawn_service, recv};

src/test/bench/task-perf-word-count-generic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
// xfail-pretty
2222

23+
#[allow(structural_records)]; // Pipes
24+
2325
extern mod std;
2426

2527
use core::option;

0 commit comments

Comments
 (0)