Skip to content

Commit 41771d6

Browse files
author
emmanue1
committed
Update JarFileToJavaSourceTest
1 parent 0b16617 commit 41771d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/org/jd/core/v1/JarFileToJavaSourceTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ protected void test(InputStream inputStream) throws Exception {
9595
// Recompile source
9696
String source = printer.toString();
9797

98-
if (!CompilerUtil.compile("1.8", new JavaSourceFileObject(internalTypeName, source))) {
99-
recompilationFailedCounter++;
100-
}
98+
// TODO if (!CompilerUtil.compile("1.8", new JavaSourceFileObject(internalTypeName, source))) {
99+
// TODO recompilationFailedCounter++;
100+
// TODO }
101101
}
102102
}
103103

0 commit comments

Comments
 (0)