[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
+5
-1
@@ -212,7 +212,11 @@ abstract class AbstractDiagnosticsTest : BaseDiagnosticsTest() {
|
||||
|
||||
if (testFile.renderDiagnosticsFullText) {
|
||||
shouldCheckDiagnosticsFullText = true
|
||||
AnalyzerWithCompilerReport.reportDiagnostics(moduleBindingContext.diagnostics, diagnosticsFullTextCollector)
|
||||
AnalyzerWithCompilerReport.reportDiagnostics(
|
||||
moduleBindingContext.diagnostics,
|
||||
diagnosticsFullTextCollector,
|
||||
renderInternalDiagnosticName = false
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user