diff options
| author | Brian Anderson <[email protected]> | 2011-01-30 14:15:22 -0500 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-01-30 14:15:22 -0500 |
| commit | 214c32393a9d28436dd782c9ea6e3e32d3baba2e (patch) | |
| tree | 129672e9cd9a9f43f6df7547e951bc742bade0d9 /src/Makefile | |
| parent | Fix a bug in linearize and get the captured tydescs type right. (diff) | |
| download | rust-214c32393a9d28436dd782c9ea6e3e32d3baba2e.tar.xz rust-214c32393a9d28436dd782c9ea6e3e32d3baba2e.zip | |
Teach rustc to parse 'else if'
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 968f9d6c..bd45d253 100644 --- a/src/Makefile +++ b/src/Makefile @@ -447,6 +447,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ div-mod.rs \ drop-bind-thunk-args.rs \ drop-on-ret.rs \ + else-if.rs \ fact.rs \ fn-lval.rs \ fun-call-variants.rs \ |