[test infra] Add a directive for type checking utils that use @Exact
This commit is contained in:
committed by
Space Team
parent
0323b0fb19
commit
5c644bcac8
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user