Browse Source

generics

tags/V1_7_0RC1
aclement 12 years ago
parent
commit
2c58ec6329
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java

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

@@ -23,7 +23,7 @@ import org.aspectj.bridge.AbortException;
public class MainTest extends AjcTestCase {
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
// Main.bareMain(new String[] {"-help"}, false, list, null, null, null);
// assertTrue(1 == list.size());

Loading…
Cancel
Save