diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 14:33:54 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 14:33:54 -0800 |
| commit | 1feaf8ffb54ab2288d83a36391f94b437aa0ec35 (patch) | |
| tree | cb65dcc8f4578938116c24e3813ca6d26fd350ca /src/Makefile | |
| parent | rustc: Load structural loop variables in iterators. Un-XFAIL foreach-put-stru... (diff) | |
| download | rust-1feaf8ffb54ab2288d83a36391f94b437aa0ec35.tar.xz rust-1feaf8ffb54ab2288d83a36391f94b437aa0ec35.zip | |
Re-XFAIL size-and-align.rs to put out burning tinderbox
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 a407f206..4b449254 100644 --- a/src/Makefile +++ b/src/Makefile @@ -473,6 +473,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ pred.rs \ preempt.rs \ rt-circular-buffer.rs \ + size-and-align.rs \ spawn-fn.rs \ spawn-module-qualified.rs \ spawn.rs \ |