Duplicate test for NI and OI to avoid mismatch of diagnostics

There is a problem with different order of diagnostics for NI and OI,
 so, in order to fix this test, it was duplicated
This commit is contained in:
Mikhail Zarechenskiy
2019-05-27 11:32:21 +03:00
parent 95710f4087
commit 8bef345f0f
4 changed files with 31 additions and 2 deletions
@@ -1553,6 +1553,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
runTestWithPackageReplacement("compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292.kt", "kotlin.coroutines");
}
@TestMetadata("kt18292_ni.kt")
public void testKt18292_ni() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/kt18292_ni.kt");
}
@TestMetadata("kt28658.kt")
public void testKt28658() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/kt28658.kt");