diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 00:15:02 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 00:16:05 -0700 |
| commit | 3d56b41478bfb8a3226ee199e2c0a4ad6ef90695 (patch) | |
| tree | 6d0d86cc666939a1f19d831f1ebc264bcd61a0e3 | |
| parent | Placate win32 build; no idea how it can be working currently on tinderbox. (diff) | |
| download | rust-3d56b41478bfb8a3226ee199e2c0a4ad6ef90695.tar.xz rust-3d56b41478bfb8a3226ee199e2c0a4ad6ef90695.zip | |
Untabify Makefile entry.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ca404b1e..b42366d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -708,7 +708,7 @@ TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \ threads.rs \ type-sizes.rs \ typestate-cfg-nesting.rs \ - use.rs \ + use.rs \ use-import-export.rs \ user.rs \ utf8.rs \ |