diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-17 23:21:52 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-17 23:21:52 +0100 |
commit | 559d8239cac950cc011edd9605010a311b2b9be6 (patch) | |
tree | 6e4e2c1a2ca0f71a4c0bd4c3c0d603bf3cd5be81 /tests/basics/gen_context2.py | |
parent | ea8d06c39d9c94036e490b300d46f367c9eb78d9 (diff) | |
download | micropython-559d8239cac950cc011edd9605010a311b2b9be6.tar.gz micropython-559d8239cac950cc011edd9605010a311b2b9be6.zip |
tests: Move gen_context to import tests, because it relies on import.
Diffstat (limited to 'tests/basics/gen_context2.py')
-rw-r--r-- | tests/basics/gen_context2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basics/gen_context2.py b/tests/basics/gen_context2.py deleted file mode 100644 index 0d8048afcc..0000000000 --- a/tests/basics/gen_context2.py +++ /dev/null @@ -1,2 +0,0 @@ -def call(g): - next(g) |