summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-31 13:59:20 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-31 13:59:20 +1100
commitbebb3a616006d7f31b52213133ed7fb7d89cdcef (patch)
tree54424b394cdfa86a29e9131c16488903addeef73
parenta6386f74b821e34e86f1853b539b3140db7ad406 (diff)
downloadmicropython-bebb3a616006d7f31b52213133ed7fb7d89cdcef.tar.gz
micropython-bebb3a616006d7f31b52213133ed7fb7d89cdcef.zip
tests/thread: Make thread_exc2 runable on baremetal.
-rw-r--r--tests/thread/thread_exc2.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread/thread_exc2.py.exp b/tests/thread/thread_exc2.py.exp
index 584bfab4de..cc7a20aa26 100644
--- a/tests/thread/thread_exc2.py.exp
+++ b/tests/thread/thread_exc2.py.exp
@@ -1,5 +1,5 @@
Unhandled exception in thread started by <function thread_entry at 0x\[0-9a-f\]\+>
Traceback (most recent call last):
- File "thread/thread_exc2.py", line 6, in thread_entry
+ File \.\+, line 6, in thread_entry
ValueError:
done