From 16faef2218ec5c3621079f04e6b093a5bb1b44c2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 4 Nov 2010 07:55:33 -0700 Subject: Fix buggy while and do-while translation in rustc. Add test. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8406d307..33cb0a0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -447,8 +447,9 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ test/run-pass/task-comm.rs \ - test/run-pass/vec-slice.rs \ test/run-pass/task-comm-3.rs \ + test/run-pass/vec-slice.rs \ + test/run-pass/while-and-do-while.rs \ test/run-fail/task-comm-14.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/bad-send.rs \ -- cgit v1.2.3