[test infra] Add a directive for type checking utils that use @Exact

This commit is contained in:
Stanislav Ruban
2023-07-13 10:35:05 +03:00
committed by Space Team
parent 0323b0fb19
commit 5c644bcac8
10 changed files with 71 additions and 0 deletions
@@ -165,6 +165,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/checkTypeTest.kt");
}
@Test
@TestMetadata("checkTypeWithExactTest.kt")
public void testCheckTypeWithExactTest() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkTypeWithExactTest.kt");
}
@Test
@TestMetadata("CompareToWithErrorType.kt")
public void testCompareToWithErrorType() throws Exception {
@@ -165,6 +165,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/checkTypeTest.kt");
}
@Test
@TestMetadata("checkTypeWithExactTest.kt")
public void testCheckTypeWithExactTest() throws Exception {
runTest("compiler/testData/diagnostics/tests/checkTypeWithExactTest.kt");
}
@Test
@TestMetadata("CompareToWithErrorType.kt")
public void testCompareToWithErrorType() throws Exception {