diff options
| author | 2015-02-10 23:26:33 -0500 | |
|---|---|---|
| committer | 2015-02-10 23:26:33 -0500 | |
| commit | 1bddb51a8370f96af2dfd61e75d72b155b71923e (patch) | |
| tree | 1528622baafd6bb87ab78e9906ec6411261871f1 /test/cuchaz/enigma | |
| parent | black list Object methods from deobfuscation (diff) | |
| download | enigma-fork-0.7_beta.tar.gz enigma-fork-0.7_beta.tar.xz enigma-fork-0.7_beta.zip | |
repackage as v0.7bv0.7_beta
Diffstat (limited to 'test/cuchaz/enigma')
| -rw-r--r-- | test/cuchaz/enigma/TestSourceIndex.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestSourceIndex.java b/test/cuchaz/enigma/TestSourceIndex.java index 357acb6..96a8923 100644 --- a/test/cuchaz/enigma/TestSourceIndex.java +++ b/test/cuchaz/enigma/TestSourceIndex.java | |||
| @@ -24,7 +24,7 @@ import cuchaz.enigma.mapping.ClassEntry; | |||
| 24 | public class TestSourceIndex { | 24 | public class TestSourceIndex { |
| 25 | 25 | ||
| 26 | // TEMP | 26 | // TEMP |
| 27 | //@Test | 27 | @Test |
| 28 | public void indexEverything() | 28 | public void indexEverything() |
| 29 | throws Exception { | 29 | throws Exception { |
| 30 | Deobfuscator deobfuscator = new Deobfuscator(new JarFile("input/1.8.jar")); | 30 | Deobfuscator deobfuscator = new Deobfuscator(new JarFile("input/1.8.jar")); |