Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2021-08-19 15:42:02 +03:00
parent 4d94cec3f5
commit bd6144ad4c
3 changed files with 18 additions and 18 deletions

View File

@@ -80,18 +80,18 @@ public class ForeignAnnotationsCompiledJavaTestGenerated extends AbstractForeign
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("kt47833.kt")
public void testKt47833() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47833.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("lombokSimple.kt")
public void testLombokSimple() throws Exception {

View File

@@ -80,18 +80,18 @@ public class ForeignAnnotationsCompiledJavaWithPsiClassReadingTestGenerated exte
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("kt47833.kt")
public void testKt47833() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47833.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("lombokSimple.kt")
public void testLombokSimple() throws Exception {

View File

@@ -80,18 +80,18 @@ public class ForeignAnnotationsSourceJavaTestGenerated extends AbstractForeignAn
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/irrelevantQualifierNicknames.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("kt47833.kt")
public void testKt47833() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47833.kt");
}
@Test
@TestMetadata("kt47920.kt")
public void testKt47920() throws Exception {
runTest("compiler/testData/diagnostics/foreignAnnotationsTests/tests/kt47920.kt");
}
@Test
@TestMetadata("lombokSimple.kt")
public void testLombokSimple() throws Exception {