diff options
| author | Graydon Hoare <[email protected]> | 2010-08-19 18:41:55 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-19 18:42:32 -0700 |
| commit | b34cb1b631d7979307bec26905a1a9298ec4f17a (patch) | |
| tree | 0d3f0bf4330e64795297f45227040f6f73980edd /src/Makefile | |
| parent | Make _io.buf_reader read more than 0 bytes at a time. (diff) | |
| download | rust-b34cb1b631d7979307bec26905a1a9298ec4f17a.tar.xz rust-b34cb1b631d7979307bec26905a1a9298ec4f17a.zip | |
Fix a bunch of typestate bugs in handling if and while statement wirings.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index f213cac1..5e1be788 100644 --- a/src/Makefile +++ b/src/Makefile @@ -555,6 +555,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ vec-lib.rs \ vec-slice.rs \ vec.rs \ + while-flow-graph.rs \ writealias.rs \ yield.rs \ yield2.rs \ |