diff options
| author | Graydon Hoare <[email protected]> | 2010-07-20 12:15:44 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-20 12:15:44 -0700 |
| commit | 27c3af0d9163975803e1ef6a150ab95c09995fab (patch) | |
| tree | 17dc68bc32ef6caf787cfc443853753038a30762 /src | |
| parent | Remove explicit deref workaround in dtor-order test. No longer necessary. (diff) | |
| download | rust-27c3af0d9163975803e1ef6a150ab95c09995fab.tar.xz rust-27c3af0d9163975803e1ef6a150ab95c09995fab.zip | |
Fix whitespace in Makefile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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 \ |