Regenerate diagnostic tests

This commit is contained in:
Alexander Udalov
2012-09-07 17:57:08 +04:00
parent 60eeee643a
commit 213157a3c5
@@ -185,22 +185,17 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
public void testDelegationNotTotrait() throws Exception {
doTest("compiler/testData/diagnostics/tests/DelegationNotTotrait.kt");
}
@TestMetadata("Delegation_MultipleDelegates.kt")
public void testMultipleDelegation() throws Exception {
doTest("compiler/testData/diagnostics/tests/Delegation_MultipleDelegates.kt");
}
@TestMetadata("Delegation_Hierarchy.kt")
public void testHierarchyDelegation() throws Exception {
doTest("compiler/testData/diagnostics/tests/Delegation_Hierarchy.kt");
}
@TestMetadata("DelegationToJavaIface.kt")
public void testDelegationToJavaIface() throws Exception {
doTest("compiler/testData/diagnostics/tests/DelegationToJavaIface.kt");
}
@TestMetadata("Delegation_Hierarchy.kt")
public void testDelegation_Hierarchy() throws Exception {
doTest("compiler/testData/diagnostics/tests/Delegation_Hierarchy.kt");
}
@TestMetadata("Delegation_MultipleDelegates.kt")
public void testDelegation_MultipleDelegates() throws Exception {
doTest("compiler/testData/diagnostics/tests/Delegation_MultipleDelegates.kt");