diff options
author | Damien George <damien@micropython.org> | 2020-06-16 22:49:38 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2020-06-16 23:18:01 +1000 |
commit | a51eef4471e01ee60d53ee184bc4feabf6ebd855 (patch) | |
tree | 6f257b242f5ff39828239e1421b7d07e92fcf185 /tests/basics/annotate_var.py.exp | |
parent | f2e267da68bf85f3f12fa77155e469352bdc6c09 (diff) | |
download | micropython-a51eef4471e01ee60d53ee184bc4feabf6ebd855.tar.gz micropython-a51eef4471e01ee60d53ee184bc4feabf6ebd855.zip |
tests/basics: Add tests for variable annotations.
Diffstat (limited to 'tests/basics/annotate_var.py.exp')
-rw-r--r-- | tests/basics/annotate_var.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basics/annotate_var.py.exp b/tests/basics/annotate_var.py.exp new file mode 100644 index 0000000000..9b6536e966 --- /dev/null +++ b/tests/basics/annotate_var.py.exp @@ -0,0 +1,5 @@ +False +1 +(1, 2) +NameError +1 |