summaryrefslogtreecommitdiff
path: root/test/Java
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-03-18 07:24:36 +0000
committerSteven Knight <knight@baldmt.com>2009-03-18 07:24:36 +0000
commitb9d832b67dd419476f52428ba6acce74c5155000 (patch)
treee7d439fdcf951b55968d520ef3b3f6f07c55ee12 /test/Java
parent3a0fa0c828bec1564b61099927c98e2bf026f6be (diff)
downloadscons-b9d832b67dd419476f52428ba6acce74c5155000.tar.gz
Add a missing test.pass_test() line to test/Java nested-classes.py.
Update src/test_strings.py to verify these files all have an appropriate '\.pass_test()' line.
Diffstat (limited to 'test/Java')
-rw-r--r--test/Java/nested-classes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Java/nested-classes.py b/test/Java/nested-classes.py
index 7772c572..2b1b5db0 100644
--- a/test/Java/nested-classes.py
+++ b/test/Java/nested-classes.py
@@ -100,6 +100,8 @@ public class Test {
test.run(arguments = '.')
+test.pass_test()
+
# Local Variables:
# tab-width:4
# indent-tabs-mode:nil