diff options
| author | Graydon Hoare <[email protected]> | 2011-02-01 16:23:48 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-01 16:23:48 -0800 |
| commit | 70bf54bcac587c0bc8a3a593bda75115e4c23aa8 (patch) | |
| tree | fc04fe2f7bc4fa1dd902689e4db20e193bec9097 /src/Makefile | |
| parent | Use dynamic GEP and silly offset-encoding on tydescs. Successful call into a ... (diff) | |
| download | rust-70bf54bcac587c0bc8a3a593bda75115e4c23aa8.tar.xz rust-70bf54bcac587c0bc8a3a593bda75115e4c23aa8.zip | |
Implement '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 56a98b98..ac7dfcbb 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 \ |