diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-03-04 15:29:33 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-03-04 15:29:33 -0500 |
| commit | 95c0cefd32bc1af5e91857511187760010aaffc7 (patch) | |
| tree | 6d4b68c0ea632825cccd348de0b8bcf1d411fcda /src/Makefile | |
| parent | Remove unused argument. (diff) | |
| download | archived-rust-95c0cefd32bc1af5e91857511187760010aaffc7.tar.xz archived-rust-95c0cefd32bc1af5e91857511187760010aaffc7.zip | |
Build empty wrappers. This lets us compile hello world, but so far it
just returns 0.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 49cc0456..2ec0f9d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -484,7 +484,6 @@ TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \ mlist-cycle.rs \ mlist.rs \ mutable-alias-vec.rs \ - native2.rs \ native-opaque-type.rs \ obj-as.rs \ obj-dtor.rs \ |