summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java')
-rw-r--r--jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java b/jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java
index f53569d..ba61f26 100644
--- a/jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java
+++ b/jack-tests/tests/com/android/jack/experimental/incremental/DependenciesTest001.java
@@ -16,14 +16,12 @@
package com.android.jack.experimental.incremental;
-import com.android.jack.Main;
import com.android.jack.frontend.FrontendCompilationException;
import com.android.jack.test.helper.IncrementalTestHelper;
import com.android.jack.test.toolchain.AbstractTestTools;
import junit.framework.Assert;
-import org.junit.BeforeClass;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
@@ -35,11 +33,6 @@ import java.util.List;
*/
public class DependenciesTest001 {
- @BeforeClass
- public static void setUpClass() {
- Main.class.getClassLoader().setDefaultAssertionStatus(true);
- }
-
/**
* Checks that compilation failed due to deletion of B.
* Compilation must recompile A and failed since B does not longer exists.