diff options
| author | Brian Anderson <[email protected]> | 2011-03-21 21:30:32 -0400 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-22 08:04:47 -0700 |
| commit | 3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71 (patch) | |
| tree | 2724baa5c16c810a84f4d12f17ff84c4f830f0e9 /Makefile.in | |
| parent | Generalize send/recv to work for more types (diff) | |
| download | rust-3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71.tar.xz rust-3dcb79dac91f0a53fecbf1c5340db6c54c5a2e71.zip | |
Add a regression test for channels of nil, which happens to work in rustc, but not in rustboot
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 865a3827..29d5eb11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -501,6 +501,7 @@ TASK_XFAILS := $(addprefix $(S)src/test/run-pass/, \ task-comm-12.rs \ task-comm-2.rs \ task-comm-9.rs \ + task-comm-chan-nil.rs \ task-life-0.rs \ alt-type-simple.rs \ many.rs) |