summaryrefslogtreecommitdiff
path: root/test/Java/nested-classes.py
Commit message (Collapse)AuthorAgeFilesLines
* Java tests: minor cleanupsMats Wichmann2021-10-311-5/+3
| | | | | | | | | | Update file headers Remove references to javah that are not used Black a couple of SConstcuts No functional changes - prep work for javah workarounds. Signed-off-by: Mats Wichmann <mats@linux.com>
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* added comment per William Blevins comment on pull request to indicate why ↵William Deegan2016-01-171-0/+3
| | | | we're skipping some tests for gcj
* changes to skip tests on ubuntu-next when gcj and not real java, and also ↵William Deegan2016-01-171-0/+4
| | | | when no latex is available
* Add a missing test.pass_test() line to test/Java nested-classes.py.Steven Knight2009-03-181-0/+2
| | | | | Update src/test_strings.py to verify these files all have an appropriate '\.pass_test()' line.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Remove (lots) more unnecessary imports.Steven Knight2009-02-061-3/+1
|
* Issue 2087: Handle Java classes declared in methodsLudwig Hähne2008-10-311-0/+103