summaryrefslogtreecommitdiffstats
path: root/test/org/jetbrains
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/jetbrains')
-rw-r--r--test/org/jetbrains/java/decompiler/SingleClassesTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/org/jetbrains/java/decompiler/SingleClassesTest.java b/test/org/jetbrains/java/decompiler/SingleClassesTest.java
index 9300d78..97ad079 100644
--- a/test/org/jetbrains/java/decompiler/SingleClassesTest.java
+++ b/test/org/jetbrains/java/decompiler/SingleClassesTest.java
@@ -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 {