[FE 1.0] Add compiler flag for rendering internal diagnostic names in error messages
This commit is contained in:
committed by
TeamCityServer
parent
b9c22a5e5e
commit
dd953908df
@@ -776,6 +776,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/recordAsSingleFileRoot.args");
|
||||
}
|
||||
|
||||
@TestMetadata("reportInternalDiagnosticNames.args")
|
||||
public void testReportInternalDiagnosticNames() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/reportInternalDiagnosticNames.args");
|
||||
}
|
||||
|
||||
@TestMetadata("requireKotlinCompilerVersion.args")
|
||||
public void testRequireKotlinCompilerVersion() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/requireKotlinCompilerVersion.args");
|
||||
|
||||
Reference in New Issue
Block a user