More fiber tests.

This commit is contained in:
Bob Nystrom
2014-02-14 07:16:56 -08:00
parent ca4f4d6660
commit edd360a934
4 changed files with 34 additions and 13 deletions
-3
View File
@@ -7,6 +7,3 @@ fiber.run // expect: fiber
IO.print("after") // expect: after
// TODO: Test handles error if fiber tries to run itself.
// TODO: Test create is passed right argument type.
// TODO: Test closing over stuff in fiber function.
// TODO: Test running a finished fiber.