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

Unified Diff: tests/language/string_split_test.dart

Issue 1291563002: Fix test breakage in checked mode (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « tests/language/string_interpolation_and_buffer_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/string_split_test.dart
diff --git a/tests/language/string_split_test.dart b/tests/language/string_split_test.dart
index 657d74ed5902b0bed37c7c8f7704ff41e972b164..56189ccf937d70170ca0b73512ff4dcd5f130e5f 100644
--- a/tests/language/string_split_test.dart
+++ b/tests/language/string_split_test.dart
@@ -19,7 +19,7 @@ class EvilIterable extends Iterable {
Iterator get iterator => new EvilIterator();
}
-class EvilPattern {
+class EvilPattern implements Pattern {
Iterable allMatches(String s) => new EvilIterable();
}
« no previous file with comments | « tests/language/string_interpolation_and_buffer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698