summaryrefslogtreecommitdiffstats
path: root/tests/harness/dirchanges-inc/src/Removed.java
blob: 0b430c163173f6febaae1c8c0b07653dc60efbe4 (plain)
1
2
3
4
5
6
7
public class Removed {
    public static void main(String[] args) {
		Changed.main(args);
	}
}