diff options
| author | Graydon Hoare <[email protected]> | 2010-11-21 01:16:16 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-21 01:16:16 -0800 |
| commit | 5955e23343e606daf0341cb7ea66b8b436868ba6 (patch) | |
| tree | 0609b63451bb79561bdd997981a17be815dd79b6 /src/Makefile | |
| parent | Typecheck binary, unary and name expressions. Re-enable 3 more tests. (diff) | |
| download | rust-5955e23343e606daf0341cb7ea66b8b436868ba6.tar.xz rust-5955e23343e606daf0341cb7ea66b8b436868ba6.zip | |
Typecheck assignment exprs, redo decl checking, propagate ty_vars. Enable another test.
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 8afe0d45..bcf16f57 100644 --- a/src/Makefile +++ b/src/Makefile @@ -525,6 +525,7 @@ TEST_XFAILS_SELF := $(filter-out \ hello.rs \ int.rs \ item-name-overload.rs \ + lazy-init.rs \ multiline-comment.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |