diff options
| author | 2015-02-05 23:52:55 -0500 | |
|---|---|---|
| committer | 2015-02-05 23:52:55 -0500 | |
| commit | 818716acb3992e602e01725b6e151c1eb0f6c2e2 (patch) | |
| tree | 3d2b09beaffbd995c5a9aba8a321d487d7a9b635 /test/cuchaz/enigma/TestTokensConstructors.java | |
| parent | add new type/signature system (diff) | |
| download | enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.tar.gz enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.tar.xz enigma-fork-818716acb3992e602e01725b6e151c1eb0f6c2e2.zip | |
fix test code formatting
and disable the super duper slow test for now
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 | ||