aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-01-28 11:54:59 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-01-28 11:54:59 -0500
commit3cac20dae3272728282466467cb0193d7dbbf00c (patch)
treea257f43c91b257ce34eb8eff0d4839af8787075f /src/Makefile
parentAdd helper function for derived type descriptors. (diff)
downloadrust-3cac20dae3272728282466467cb0193d7dbbf00c.tar.xz
rust-3cac20dae3272728282466467cb0193d7dbbf00c.zip
Correctly handle "import foo = bar.zed;".
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 487cbe60..adaddddc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -466,6 +466,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
import5.rs \
import6.rs \
import7.rs \
+ import8.rs \
item-name-overload.rs \
large-records.rs \
lazy-init.rs \