Remove not used file witch make the compilation failed.

This commit is contained in:
jacques 2024-07-30 11:59:11 +02:00
parent ecdedbc73d
commit cbd490aca6

View file

@ -1,14 +0,0 @@
package net.foucry.pilldroid;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}