diff options
| author | 2014-09-21 00:32:03 -0400 | |
|---|---|---|
| committer | 2014-09-21 00:32:03 -0400 | |
| commit | 8409dea980fa03c06b180969c5e0696f7cb5474b (patch) | |
| tree | eb0cdfad4bc2cee6df8a311e62fc2f60d0360970 /test/cuchaz/enigma/TestDeobfuscator.java | |
| parent | removed workaround for procyon bug (diff) | |
| download | enigma-fork-8409dea980fa03c06b180969c5e0696f7cb5474b.tar.gz enigma-fork-8409dea980fa03c06b180969c5e0696f7cb5474b.tar.xz enigma-fork-8409dea980fa03c06b180969c5e0696f7cb5474b.zip | |
started unit testing for inner/anonymous class detection
Diffstat (limited to 'test/cuchaz/enigma/TestDeobfuscator.java')
| -rw-r--r-- | test/cuchaz/enigma/TestDeobfuscator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestDeobfuscator.java b/test/cuchaz/enigma/TestDeobfuscator.java index 3bb0c48..71de24a 100644 --- a/test/cuchaz/enigma/TestDeobfuscator.java +++ b/test/cuchaz/enigma/TestDeobfuscator.java | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | ******************************************************************************/ | 11 | ******************************************************************************/ |
| 12 | package cuchaz.enigma; | 12 | package cuchaz.enigma; |
| 13 | 13 | ||
| 14 | import static org.junit.Assert.assertEquals; | 14 | import static org.junit.Assert.*; |
| 15 | 15 | ||
| 16 | import java.io.File; | 16 | import java.io.File; |
| 17 | import java.io.IOException; | 17 | import java.io.IOException; |