Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: pkg/analyzer/lib/src/task/dart.dart

Issue 2557513008: Enable messages in asserts by default (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/task/dart.dart
diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
index 9e3b31e89627c2f6853b84e7a9dce96dc7be634b..734bb9a8d49baa73a163d7f0daf2e37b89102c25 100644
--- a/pkg/analyzer/lib/src/task/dart.dart
+++ b/pkg/analyzer/lib/src/task/dart.dart
@@ -6232,8 +6232,7 @@ class VerifyUnitTask extends SourceBasedAnalysisTask {
libraryElement,
typeProvider,
new InheritanceManager(libraryElement),
- context.analysisOptions.enableSuperMixins,
- context.analysisOptions.enableAssertMessage);
+ context.analysisOptions.enableSuperMixins);
unit.accept(errorVerifier);
//
// Convert the pending errors into actual errors.

Powered by Google App Engine
This is Rietveld 408576698