java-decompiler: code attributes reading restored

This commit is contained in:
Roman Shevchenko
2014-09-04 19:02:10 +04:00
parent 686b5abef9
commit 4e79d160ca
5 changed files with 49 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ public class SingleClassesTest {
@Test public void testCodeConstructs() { doTest("TestCodeConstructs"); }
@Test public void testConstants() { doTest("TestConstants"); }
@Test public void testEnum() { doTest("TestEnum"); }
@Test public void testDebugSymbols() { doTest("TestDebugSymbols"); }
private void doTest(final String testName) {
try {