summaryrefslogtreecommitdiffstats
path: root/jack/tests/com/android/jack/frontend/SwitchTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack/tests/com/android/jack/frontend/SwitchTest.java')
-rw-r--r--jack/tests/com/android/jack/frontend/SwitchTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/jack/tests/com/android/jack/frontend/SwitchTest.java b/jack/tests/com/android/jack/frontend/SwitchTest.java
index d4598af..8c3fbc5 100644
--- a/jack/tests/com/android/jack/frontend/SwitchTest.java
+++ b/jack/tests/com/android/jack/frontend/SwitchTest.java
@@ -27,7 +27,6 @@ import com.android.jack.util.filter.SignatureMethodFilter;
import junit.framework.Assert;
-import org.junit.Before;
import org.junit.Test;
import java.io.File;
@@ -44,11 +43,6 @@ public class SwitchTest {
@Nonnull
private static final File FILE = TestTools.getJackTestFromBinaryName(CLASS_BINARY_NAME);
- @Before
- public void setUp() throws Exception {
- SwitchTest.class.getClassLoader().setDefaultAssertionStatus(true);
- }
-
@Test
public void testCompileSwitch001() throws Exception {
final String methodSignature = "switch001(I)I";