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

Unified Diff: tests/language/closure_type_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (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
« no previous file with comments | « tests/language/class_syntax_test.dart ('k') | tests/language/code_after_try_is_executed_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/closure_type_test.dart
diff --git a/tests/language/closure_type_test.dart b/tests/language/closure_type_test.dart
index 81089c122d66330b538b81b87988ada9249b167b..ba11f8ab90d6dcefea8828910525c6d022bdfbe0 100644
--- a/tests/language/closure_type_test.dart
+++ b/tests/language/closure_type_test.dart
@@ -11,7 +11,7 @@ import 'dart:math' as math;
class Math {
static
- int // /// 01: static type warning
+ int // //# 01: static type warning
sqrt(x) => math.sqrt(x);
}
« no previous file with comments | « tests/language/class_syntax_test.dart ('k') | tests/language/code_after_try_is_executed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698