Fix failing tests, copy testData
Some tests were using files that others called blackBoxFile() on. Since those files are now moved to box/, copy them back to make the tests pass
This commit is contained in:
committed by
Alexander Udalov
parent
7ce62a5b64
commit
5313cf3bf0
@@ -25,7 +25,7 @@ import org.jetbrains.jet.ConfigurationKind;
|
||||
public class ComponentGenTest extends CodegenTestCase {
|
||||
public void testComponent() {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("/multiDecl/component.kt");
|
||||
blackBoxFile("componentEvaluatesOnlyOnce.kt");
|
||||
|
||||
String asm = generateToText();
|
||||
//System.out.println(asm);
|
||||
|
||||
Reference in New Issue
Block a user