aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Avila de Espindola <espindola@dream.(none)>2011-02-16 15:34:59 -0500
committerRafael Avila de Espindola <espindola@dream.(none)>2011-02-16 15:34:59 -0500
commita63696dfe2bd47d34925a3ad44db9d2ede949e36 (patch)
tree5b7fa9de6a7df5c3fac02ca5301fdcf82ad1a9eb /src/Makefile
parentAdd missing case to ty_to_str. (diff)
downloadrust-a63696dfe2bd47d34925a3ad44db9d2ede949e36.tar.xz
rust-a63696dfe2bd47d34925a3ad44db9d2ede949e36.zip
Add a more specialized decl_native_fn_and_pair. Native functions now have
the right name.
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 85867532..544075fa 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -507,6 +507,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
linear-for-loop.rs \
multiline-comment.rs \
mutual-recursion-group.rs \
+ native2.rs \
obj-drop.rs \
obj-recursion.rs \
obj-with-vec.rs \