Regenerate tests after rebase to master

This commit is contained in:
Zalim Bashorov
2018-04-17 14:42:13 +03:00
parent d40b0b556c
commit 9c5e3ac629
5 changed files with 42 additions and 52 deletions
@@ -18968,8 +18968,7 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
@TestMetadata("smartCastOfNullableExpressionWithExpectedType.kt")
public void testSmartCastOfNullableExpressionWithExpectedType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/smartCasts/castchecks/smartCastOfNullableExpressionWithExpectedType.kt");
doTest(fileName);
runTest("compiler/testData/diagnostics/tests/smartCasts/castchecks/smartCastOfNullableExpressionWithExpectedType.kt");
}
@TestMetadata("variables.kt")