summaryrefslogtreecommitdiff
path: root/tests/unix/extra_coverage.py.exp
diff options
context:
space:
mode:
authorAndrew Leech <andrew.leech@planetinnovation.com.au>2019-03-21 11:52:10 +1100
committerDamien George <damien.p.george@gmail.com>2019-03-26 16:35:42 +1100
commit8977c7eb581f5d06500edb1ea29aea5cbda04f28 (patch)
tree10291cc81c84a9eb0732367c613c35511be4ee48 /tests/unix/extra_coverage.py.exp
parent2befcb8a9d54f3f9c059b45eba3e9d4e5fb13514 (diff)
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
This means the schedule operates on a first-in, first-executed manner rather than the current last-in, first executed.
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r--tests/unix/extra_coverage.py.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp
index 9df852757..2e23b2458 100644
--- a/tests/unix/extra_coverage.py.exp
+++ b/tests/unix/extra_coverage.py.exp
@@ -70,10 +70,10 @@ sched(2)=1
sched(3)=1
sched(4)=0
unlocked
-3
-2
-1
0
+1
+2
+3
0123456789 b'0123456789'
7300
7300