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

Unified Diff: pkg/analysis_server/test/integration/analysis/error_test.dart

Issue 2426723002: (TBR) Fix more failing tests (Closed)
Patch Set: Created 4 years, 2 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/integration/analysis/error_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
index 847f8956dbb3af327f7c73ec0b465e06b833dd47..f2abb51eefcad29faab98b9ecf520e954a730ef5 100644
--- a/pkg/analysis_server/test/integration/analysis/error_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
@@ -63,11 +63,11 @@ abstract class C extends B {
expect(
allErrorMessages,
contains(
- "The class 'C' cannot be used as a mixin because it extends a class other than Object"));
+ "The class 'C' can't be used as a mixin because it extends a class other than Object."));
expect(
allErrorMessages,
contains(
- "The class 'C' cannot be used as a mixin because it references 'super'"));
+ "The class 'C' can't be used as a mixin because it references 'super'."));
}
test_super_mixins_enabled() async {
« no previous file with comments | « pkg/analysis_server/test/analysis/update_content_test.dart ('k') | pkg/analysis_server/test/services/correction/fix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698