diff options
| author | Graydon Hoare <[email protected]> | 2010-11-21 12:06:09 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-21 12:06:09 -0800 |
| commit | 3ba6736383145d113366bf864465943d031dc36b (patch) | |
| tree | faa346a9dd6741f93801516cf894d75f1ae3670a /src/Makefile | |
| parent | Typecheck assignment exprs, redo decl checking, propagate ty_vars. Enable ano... (diff) | |
| download | rust-3ba6736383145d113366bf864465943d031dc36b.tar.xz rust-3ba6736383145d113366bf864465943d031dc36b.zip | |
More typeck hacking, check if and call exprs, enable fact and deep 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 bcf16f57..0b1f95a4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -522,6 +522,8 @@ TEST_XFAILS_SELF := $(filter-out \ bool-not.rs \ char.rs \ dead-code-one-arm-if.rs \ + deep.rs \ + fact.rs \ hello.rs \ int.rs \ item-name-overload.rs \ |