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:
parent
39dbcd7b01
commit
282f3d99a5
18 changed files with 134 additions and 107 deletions
|
@ -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"),
|
||||
],
|
||||
~[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue