aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-19 18:41:55 -0700
committerGraydon Hoare <[email protected]>2010-08-19 18:42:32 -0700
commitb34cb1b631d7979307bec26905a1a9298ec4f17a (patch)
tree0d3f0bf4330e64795297f45227040f6f73980edd /src/Makefile
parentMake _io.buf_reader read more than 0 bytes at a time. (diff)
downloadrust-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/Makefile1
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 \