blob: e44722fc4204e9a3717db1632c046be874572722 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001import android.test.anno.TestAnnotations;
2
3public class Main {
4 static public void main(String[] args) {
5 TestAnnotations.main(args);
6 }
7}