added test case for KT-1515

This commit is contained in:
James Strachan
2012-03-05 08:50:07 +00:00
parent b9fe45ed0c
commit ef828bcdcf
4 changed files with 43 additions and 1 deletions
@@ -23,6 +23,6 @@ import test.language.*;
*/
public class LanguageTestAllTest {
public static TestSuite suite() {
return new TestSuite(NullableCollectionsTest.class);
return new TestSuite(JavaClassTest.class, NullableCollectionsTest.class);
}
}