aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-15.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-15.rs')
-rw-r--r--src/test/run-pass/task-comm-15.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/task-comm-15.rs b/src/test/run-pass/task-comm-15.rs
index b5bd7331..1eee1a09 100644
--- a/src/test/run-pass/task-comm-15.rs
+++ b/src/test/run-pass/task-comm-15.rs
@@ -1,3 +1,5 @@
+// xfail-boot
+// xfail-stage0
impure fn start(chan[int] c, int n) {
let int i = n;