aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-08-08 10:38:09 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-08 10:40:13 -0700
commit8ed7d9670e619b6c0d2ef35ace61ede1562b9d56 (patch)
tree0fe543401f0681ccd784a3e6feaef62ffc04daec /src/test
parente762157b6abcd726896ef2c13854524c7e009262 (diff)
Re-enable BytecodeTypeInferenceTest
Bazel's ASM was updated in 3a711882dcbb3af8709844bde501ac6fca44ea7d. PiperOrigin-RevId: 207909203
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/com/google/devtools/build/android/desugar/BytecodeTypeInferenceTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/java/com/google/devtools/build/android/desugar/BytecodeTypeInferenceTest.java b/src/test/java/com/google/devtools/build/android/desugar/BytecodeTypeInferenceTest.java
index c0c65cb77f..476da87458 100644
--- a/src/test/java/com/google/devtools/build/android/desugar/BytecodeTypeInferenceTest.java
+++ b/src/test/java/com/google/devtools/build/android/desugar/BytecodeTypeInferenceTest.java
@@ -24,7 +24,6 @@ import java.io.StringWriter;
import java.nio.charset.StandardCharsets;
import java.nio.file.Path;
import java.nio.file.Paths;
-import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@@ -37,7 +36,6 @@ public class BytecodeTypeInferenceTest {
private static final Path JAR_PATH = Paths.get(System.getProperty("jar_path"));
private static final Path GOLDEN_PATH = Paths.get(System.getProperty("golden_file"));
- @Ignore // TODO(b/112134205): re-enable after ASM update
@Test
public void testTypeInference() throws IOException {
StringWriter stringWriter = new StringWriter();