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

Unified Diff: tests/language_strong/abstract_exact_selector_test.dart

Issue 2765693002: Update all tests (Closed)
Patch Set: Created 3 years, 9 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: tests/language_strong/abstract_exact_selector_test.dart
diff --git a/tests/language_strong/abstract_exact_selector_test.dart b/tests/language_strong/abstract_exact_selector_test.dart
index 8932dc31906c6692192792e8ff15dc11b3c20804..fa4e48b365c89b7f7d5daf033c7dd5a232437b4d 100644
--- a/tests/language_strong/abstract_exact_selector_test.dart
+++ b/tests/language_strong/abstract_exact_selector_test.dart
@@ -8,7 +8,7 @@
import "package:expect/expect.dart";
import "compiler_annotations.dart";
-abstract /// 01: static type warning
+abstract //# 01: static type warning
class Foo {
noSuchMethod(im) => 42;
}

Powered by Google App Engine
This is Rietveld 408576698