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

Unified Diff: tests/language/malformed2_test.dart

Issue 150223002: Add 'static type error' tags to multitests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename 'static type error' to 'checked mode compile-time error'. Created 6 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/list_literal1_test.dart ('k') | tests/language/map_literal1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/malformed2_test.dart
diff --git a/tests/language/malformed2_test.dart b/tests/language/malformed2_test.dart
index cab3aba58f7ef1267f426bbc7788b73c4869fdec..84011c49712e7c02c3b1b72ee0af492933ccf1da 100644
--- a/tests/language/malformed2_test.dart
+++ b/tests/language/malformed2_test.dart
@@ -49,7 +49,7 @@ test(bool expectTypeError, f(), [String message]) {
}
}
-const Unresolved c1 = 0; /// 01: static type warning, compile-time error
+const Unresolved c1 = 0; /// 01: static type warning, checked mode compile-time error
void main() {
print(c1); /// 01: continued
« no previous file with comments | « tests/language/list_literal1_test.dart ('k') | tests/language/map_literal1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698