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

Unified Diff: tests/lib/async/future_or_only_in_async_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/lib/async/future_or_only_in_async_test.dart
diff --git a/tests/lib/async/future_or_only_in_async_test.dart b/tests/lib/async/future_or_only_in_async_test.dart
index 9942443029cc566426246c6bab6aa98e276cfd0d..beb571b158da4690cc82875dd1be61301e8bc078 100644
--- a/tests/lib/async/future_or_only_in_async_test.dart
+++ b/tests/lib/async/future_or_only_in_async_test.dart
@@ -6,9 +6,9 @@
dynamic foo(dynamic x) {
return x as
- FutureOr< /// 00: runtime error, static type warning
+ FutureOr< //# 00: runtime error, static type warning
int
- > /// 00: continued
+ > //# 00: continued
;
}

Powered by Google App Engine
This is Rietveld 408576698