Index: tests/coroutine/.expect/fibonacci.txt
===================================================================
--- tests/coroutine/.expect/fibonacci.txt	(revision 90152a4860529aff7214be01cd22abd37012cd19)
+++ tests/coroutine/.expect/fibonacci.txt	(revision 90152a4860529aff7214be01cd22abd37012cd19)
@@ -0,0 +1,10 @@
+0 0
+1 1
+1 1
+2 2
+3 3
+5 5
+8 8
+13 13
+21 21
+34 34
