diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 17:45:52 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 17:45:52 -0700 |
| commit | 1c8a2598fbb82a4719c8a7fde602ba005e6a48be (patch) | |
| tree | f6b93604d9a28aa5822a6ab27442c687c2a49aec | |
| parent | Start hooking resolve into creater. (diff) | |
| download | rust-1c8a2598fbb82a4719c8a7fde602ba005e6a48be.tar.xz rust-1c8a2598fbb82a4719c8a7fde602ba005e6a48be.zip | |
rustc: XFAIL use.rs too. Should put out burning tinderbox.
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8e4f2ca4..bb9bcef4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -696,6 +696,7 @@ TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \ threads.rs \ type-sizes.rs \ typestate-cfg-nesting.rs \ + use.rs \ use-import-export.rs \ user.rs \ utf8.rs \ |