aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-20 12:15:44 -0700
committerGraydon Hoare <[email protected]>2010-07-20 12:15:44 -0700
commit27c3af0d9163975803e1ef6a150ab95c09995fab (patch)
tree17dc68bc32ef6caf787cfc443853753038a30762
parentRemove explicit deref workaround in dtor-order test. No longer necessary. (diff)
downloadrust-27c3af0d9163975803e1ef6a150ab95c09995fab.tar.xz
rust-27c3af0d9163975803e1ef6a150ab95c09995fab.zip
Fix whitespace in Makefile.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 628eab62..dc4d09ee 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -375,7 +375,7 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
test/run-pass/task-comm.rs \
test/run-pass/vec-alloc-append.rs \
test/run-pass/vec-slice.rs \
- test/run-pass/task-comm-3.rs \
+ test/run-pass/task-comm-3.rs \
test/compile-fail/bad-recv.rs \
test/compile-fail/bad-send.rs \
test/compile-fail/infinite-tag-type-recursion.rs \