summaryrefslogtreecommitdiff
path: root/test/cuchaz
diff options
context:
space:
mode:
authorGravatar jeff2015-02-10 23:26:33 -0500
committerGravatar jeff2015-02-10 23:26:33 -0500
commit1bddb51a8370f96af2dfd61e75d72b155b71923e (patch)
tree1528622baafd6bb87ab78e9906ec6411261871f1 /test/cuchaz
parentblack list Object methods from deobfuscation (diff)
downloadenigma-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')
-rw-r--r--test/cuchaz/enigma/TestSourceIndex.java2
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;
24public class TestSourceIndex { 24public 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"));