diff options
| author | Damien George | 2014-05-07 18:31:14 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-07 18:31:14 +0100 |
| commit | c4ccb078a52276fc95e407602676f14d34a3f3c1 (patch) | |
| tree | 9946cf21553162a0d2dd9a4d48768397d5f71741 /tests/inlineasm/asmsum.py.exp | |
| parent | a32c1e41cc28c5f7cd95191918cebd0e447a2fce (diff) | |
tests: Add inline assembler test for pyboard.
Diffstat (limited to 'tests/inlineasm/asmsum.py.exp')
| -rw-r--r-- | tests/inlineasm/asmsum.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/inlineasm/asmsum.py.exp b/tests/inlineasm/asmsum.py.exp new file mode 100644 index 000000000..d50a94c8d --- /dev/null +++ b/tests/inlineasm/asmsum.py.exp @@ -0,0 +1,2 @@ +array('l', [100, 200, 300, 400]) 1000 +array('b', [10, 20, 30, 40, 50, 60, 70, 80]) 360 |
