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

Unified Diff: tests/language_strong/field_type_check2_test.dart

Issue 2991403003: fix ddc bot status (Closed)
Patch Set: Created 3 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_2/language_2.status ('k') | tests/language_strong/language_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/field_type_check2_test.dart
diff --git a/tests/language_strong/field_type_check2_test.dart b/tests/language_strong/field_type_check2_test.dart
index 8fa875217a5c2794c16861719f64dee20bcb2eb7..a526be3040239be4ee70c72af3b35189346f01ce 100644
--- a/tests/language_strong/field_type_check2_test.dart
+++ b/tests/language_strong/field_type_check2_test.dart
@@ -6,7 +6,7 @@ class A {
A a;
bar(c) {
- c.a = 2; //# 01: dynamic type error
+ c.a = 2; //# 01: runtime error
}
}
« no previous file with comments | « tests/language_2/language_2.status ('k') | tests/language_strong/language_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698