better method name

This commit is contained in:
Stepan Koltsov
2012-05-03 18:30:38 +04:00
parent fcee8a4133
commit f4527b8167
42 changed files with 181 additions and 191 deletions
@@ -20,7 +20,7 @@ import org.jetbrains.jet.lang.resolve.java.CompilerSpecialMode;
public class TupleGenTest extends CodegenTestCase {
public void testBasic() {
createEnvironmentWithMockJdk(CompilerSpecialMode.JDK_HEADERS);
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("/tuples/basic.jet");
// System.out.println(generateToText());
}