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

Unified Diff: pkg/analyzer_cli/test/super_mixin_test.dart

Issue 2426703002: (TBR) Fix 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
« no previous file with comments | « pkg/analyzer_cli/test/error_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/test/super_mixin_test.dart
diff --git a/pkg/analyzer_cli/test/super_mixin_test.dart b/pkg/analyzer_cli/test/super_mixin_test.dart
index 86060051f20ff371e27a64bd186f06aee39c1654..f8902890512529909074263e3108a7a0bbf87c65 100644
--- a/pkg/analyzer_cli/test/super_mixin_test.dart
+++ b/pkg/analyzer_cli/test/super_mixin_test.dart
@@ -45,11 +45,11 @@ void main() {
expect(
stdout,
contains(
- "[error] The class 'C' cannot be used as a mixin because it extends a class other than Object"));
+ "[error] The class 'C' can't be used as a mixin because it extends a class other than Object"));
expect(
stdout,
contains(
- "[error] The class 'C' cannot be used as a mixin because it references 'super'"));
+ "[error] The class 'C' can't be used as a mixin because it references 'super'"));
expect(stdout, contains('2 errors found.'));
expect(errorSink.toString(), '');
});
« no previous file with comments | « pkg/analyzer_cli/test/error_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698