summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/del-local.py
Commit message (Collapse)AuthorAge
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
| | | | | | From now on, all new tests must use underscore. Addresses issue #727.
* py: Properly implement deletion of locals and derefs, and detect errors.Damien George2014-04-09
Needed to reinstate 2 delete opcodes, to specifically check that a local is not deleted twice.