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

Unified Diff: pkg/analysis_server/test/services/correction/source_range_test.dart

Issue 1131423002: Clean up many generated constructors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comment change Created 5 years, 7 months 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/analysis_server/test/services/correction/source_range_test.dart
diff --git a/pkg/analysis_server/test/services/correction/source_range_test.dart b/pkg/analysis_server/test/services/correction/source_range_test.dart
index 41bb6418c93340e7a3428280851de8afe12b56b7..4754b564727b9ad269e9c09d08ebbc90438ab8d5 100644
--- a/pkg/analysis_server/test/services/correction/source_range_test.dart
+++ b/pkg/analysis_server/test/services/correction/source_range_test.dart
@@ -46,7 +46,7 @@ class SourceRangesTest extends AbstractSingleUnitTest {
void test_rangeError() {
AnalysisError error =
- new AnalysisError.con2(null, 10, 5, ParserErrorCode.CONST_CLASS, []);
+ new AnalysisError(null, 10, 5, ParserErrorCode.CONST_CLASS, []);
expect(rangeError(error), new SourceRange(10, 5));
}
« no previous file with comments | « pkg/analysis_server/test/mocks.dart ('k') | pkg/analysis_server/test/src/utilities/change_builder_dart_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698