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

Unified Diff: tests/language/src/WrongNumberTypeArgumentsTest.dart

Issue 9649015: Change string used to annotate static type issues to 'static type warning' in multitest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged up to tip Created 8 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/src/TypeVariableBoundsTest.dart ('k') | tools/testing/dart/multitest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/WrongNumberTypeArgumentsTest.dart
diff --git a/tests/language/src/WrongNumberTypeArgumentsTest.dart b/tests/language/src/WrongNumberTypeArgumentsTest.dart
index 370dca806168d5317988211cf954feb2440e22a9..8eab8560f3565e5dbeb2da0db27a42e8d605532f 100644
--- a/tests/language/src/WrongNumberTypeArgumentsTest.dart
+++ b/tests/language/src/WrongNumberTypeArgumentsTest.dart
@@ -5,6 +5,6 @@
Map<String> foo; // Static type warning: Map takes 2 type arguments.
main() {
- foo = null; /// 00: static type error
+ foo = null; /// 00: static type warning
var bar = new Map<String>(); /// 01: compile-time error
}
« no previous file with comments | « tests/language/src/TypeVariableBoundsTest.dart ('k') | tools/testing/dart/multitest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698