diff options
| author | Rafael Avila de Espindola <espindola@dream.(none)> | 2011-02-16 15:34:59 -0500 |
|---|---|---|
| committer | Rafael Avila de Espindola <espindola@dream.(none)> | 2011-02-16 15:34:59 -0500 |
| commit | a63696dfe2bd47d34925a3ad44db9d2ede949e36 (patch) | |
| tree | 5b7fa9de6a7df5c3fac02ca5301fdcf82ad1a9eb /src/Makefile | |
| parent | Add missing case to ty_to_str. (diff) | |
| download | rust-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/Makefile | 1 |
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 \ |