Browse Source

generics

tags/V1_7_0RC1
aclement 12 years ago
parent
commit
2c58ec6329

+ 1
- 1
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java View File

public class MainTest extends AjcTestCase { public class MainTest extends AjcTestCase {
public void testMainbare() { public void testMainbare() {
ArrayList list = new ArrayList();
ArrayList<String> list = new ArrayList<String>();
// Usage now printed by Eclipse compiler so doesn't appear here in our message list // Usage now printed by Eclipse compiler so doesn't appear here in our message list
// Main.bareMain(new String[] {"-help"}, false, list, null, null, null); // Main.bareMain(new String[] {"-help"}, false, list, null, null, null);
// assertTrue(1 == list.size()); // assertTrue(1 == list.size());

Loading…
Cancel
Save