blob: 85391c21e75f9dce3e2c7dad9f761684f09ae601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
///*******************************************************************************
// * Copyright (c) 2006 IBM Corporation and others.
// * All rights reserved. This program and the accompanying materials
// * are made available under the terms of the Eclipse Public License v 2.0
// * which accompanies this distribution, and is available at
// * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
// *
// * Contributors:
// * Matthew Webster - initial implementation
// *******************************************************************************/
//import junit.framework.*;
//import junit.framework.Test;
//
//public class Eajc515ModuleTests extends TestCase {
//
// public static Test suite() {
// TestSuite suite = new TestSuite(Eajc515ModuleTests.class.getName());
// suite.addTest(org.aspectj.tools.ajc.Ajc5Tests.suite());
// return suite;
// }
//
// public Eajc515ModuleTests(String name) { super(name); }
//
//}
|