summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestJarIndexConstructorReferences.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/cuchaz/enigma/TestJarIndexConstructorReferences.java')
-rw-r--r--test/cuchaz/enigma/TestJarIndexConstructorReferences.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java
index b5f4c7f..8e3ad6d 100644
--- a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java
+++ b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java
@@ -37,7 +37,7 @@ public class TestJarIndexConstructorReferences {
37 private ClassEntry m_callerClass = new ClassEntry("none/b"); 37 private ClassEntry m_callerClass = new ClassEntry("none/b");
38 38
39 public TestJarIndexConstructorReferences() throws Exception { 39 public TestJarIndexConstructorReferences() throws Exception {
40 File jarFile = new File("build/libs/testConstructors.obf.jar"); 40 File jarFile = new File("build/testConstructors.obf.jar");
41 m_index = new JarIndex(); 41 m_index = new JarIndex();
42 m_index.indexJar(new JarFile(jarFile), false); 42 m_index.indexJar(new JarFile(jarFile), false);
43 } 43 }