diff options
| author | 2015-02-06 00:01:42 -0500 | |
|---|---|---|
| committer | 2015-02-06 00:01:42 -0500 | |
| commit | 5a406268664e7a8db4991f421503afcf64780432 (patch) | |
| tree | ae4b319ac65de40b2c6307a193cbe363b2f80385 /test/cuchaz/enigma/TestTokensConstructors.java | |
| parent | explicitly add jre 7 to classpath (diff) | |
| parent | start some translation tests (diff) | |
| download | enigma-fork-5a406268664e7a8db4991f421503afcf64780432.tar.gz enigma-fork-5a406268664e7a8db4991f421503afcf64780432.tar.xz enigma-fork-5a406268664e7a8db4991f421503afcf64780432.zip | |
Merge with a04907514a113e299dc667aa221a67573c5faa1b
Diffstat (limited to 'test/cuchaz/enigma/TestTokensConstructors.java')
| -rw-r--r-- | test/cuchaz/enigma/TestTokensConstructors.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cuchaz/enigma/TestTokensConstructors.java b/test/cuchaz/enigma/TestTokensConstructors.java index 56424ae..6758d2a 100644 --- a/test/cuchaz/enigma/TestTokensConstructors.java +++ b/test/cuchaz/enigma/TestTokensConstructors.java | |||
| @@ -22,7 +22,8 @@ import cuchaz.enigma.mapping.BehaviorEntry; | |||
| 22 | 22 | ||
| 23 | public class TestTokensConstructors extends TokenChecker { | 23 | public class TestTokensConstructors extends TokenChecker { |
| 24 | 24 | ||
| 25 | public TestTokensConstructors() throws Exception { | 25 | public TestTokensConstructors() |
| 26 | throws Exception { | ||
| 26 | super(new JarFile("build/testConstructors.obf.jar")); | 27 | super(new JarFile("build/testConstructors.obf.jar")); |
| 27 | } | 28 | } |
| 28 | 29 | ||