summaryrefslogtreecommitdiffstats
path: root/tests/incrementalju/initialTests/aspectSourceAdded/src/Main.java
blob: 7c85f90c2cfc2a88bed22d6af394a536c1c5121f (plain)
1
2
3
4
5
6
7
8
9
import org.aspectj.testing.Tester;

public class Main {
	
	public static void main(String[] args) {
		Tester.checkFailed("Incremental compilation did not appear to (re)weave Main");
	}
		
}