diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-17 18:13:55 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-01-17 18:13:55 -0500 |
| commit | 9f3caed8a029eb3c17d40564da6859d61f1e624d (patch) | |
| tree | 04ccc488181de07db4ef6231a24f64128600f6b9 /src/Makefile | |
| parent | Whitespace cleanup. (diff) | |
| download | rust-9f3caed8a029eb3c17d40564da6859d61f1e624d.tar.xz rust-9f3caed8a029eb3c17d40564da6859d61f1e624d.zip | |
Enable more tests.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 45d6ce80..9da0590a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -489,6 +489,8 @@ TEST_XFAILS_RUSTC := $(filter-out \ import2.rs \ import3.rs \ import4.rs \ + import-loop.rs \ + import-loop-2.rs \ while-type-error.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |