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

Unified Diff: tests/language/constructor9_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/constructor9_test.dart
diff --git a/tests/language/constructor9_test.dart b/tests/language/constructor9_test.dart
index f4a9f397a1fbd8bf070237ce8a15c84aeb9d2e5a..20c3d2b7ddfd54d1af4764e8889756d6b199bb3a 100644
--- a/tests/language/constructor9_test.dart
+++ b/tests/language/constructor9_test.dart
@@ -8,7 +8,7 @@
class Klass {
Klass(var v): field_ = v { }
- final uninitializedFinalField_; /// 01: static type warning
+ final uninitializedFinalField_; //# 01: static type warning
var field_;
}

Powered by Google App Engine
This is Rietveld 408576698