aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-01 16:23:48 -0800
committerGraydon Hoare <[email protected]>2011-02-01 16:23:48 -0800
commit70bf54bcac587c0bc8a3a593bda75115e4c23aa8 (patch)
treefc04fe2f7bc4fa1dd902689e4db20e193bec9097 /src/Makefile
parentUse dynamic GEP and silly offset-encoding on tydescs. Successful call into a ... (diff)
downloadrust-70bf54bcac587c0bc8a3a593bda75115e4c23aa8.tar.xz
rust-70bf54bcac587c0bc8a3a593bda75115e4c23aa8.zip
Implement 'else if'
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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 \