You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/src/androidTestGeneric/java/com/todoroo/astrid/gtasks/GtasksIndentActionTest.java

13 lines
224 B
Java

package com.todoroo.astrid.gtasks;
import android.test.AndroidTestCase;
import javax.inject.Inject;
public class GtasksIndentActionTest extends AndroidTestCase {
@Inject
public GtasksIndentActionTest() {
}
}