1
Fork 0

Test fixes and rebase problems

Note that this removes a number of run-pass tests which are exercising behavior
of the old runtime. This functionality no longer exists and is thoroughly tested
inside of libgreen and libnative. There isn't really the notion of "starting the
runtime" any more. The major notion now is "bootstrapping the initial task".
This commit is contained in:
Alex Crichton 2013-12-13 21:14:08 -08:00
parent 39dbcd7b01
commit 282f3d99a5
18 changed files with 134 additions and 107 deletions

View file

@ -606,7 +606,6 @@ impl AstBuilder for @ExtCtxt {
~[
self.ident_of("std"),
self.ident_of("rt"),
self.ident_of("task"),
self.ident_of("begin_unwind"),
],
~[