about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-02-01 16:23:48 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-02-01 16:23:48 -0800
commit70bf54bcac587c0bc8a3a593bda75115e4c23aa8 (patch)
treefc04fe2f7bc4fa1dd902689e4db20e193bec9097 /src/Makefile
parenteb16942c1de42c2f30f7e0eb0ff69371a167f7bd (diff)
downloadrust-70bf54bcac587c0bc8a3a593bda75115e4c23aa8.tar.gz
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 56a98b984f5..ac7dfcbbb71 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 \