diff options
| author | Damien George | 2014-11-15 20:39:44 +0000 |
|---|---|---|
| committer | Damien George | 2014-11-15 20:39:44 +0000 |
| commit | 224fee0e1080fa7cd654de240c32c8433bb07cf9 (patch) | |
| tree | acec380a63a2fe5bb6e8e33aa899749e39fba94f /tests/pyb/halerror.py.exp | |
| parent | aec189a5ba4e1feac82625507851d4188f6dd510 (diff) | |
stmhal: Fix HAL error raising; make test for it.
Addresses issue #968.
Diffstat (limited to 'tests/pyb/halerror.py.exp')
| -rw-r--r-- | tests/pyb/halerror.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyb/halerror.py.exp b/tests/pyb/halerror.py.exp new file mode 100644 index 000000000..09c9f7ad9 --- /dev/null +++ b/tests/pyb/halerror.py.exp @@ -0,0 +1,2 @@ +OSError(5,) +OSError(116,) |
