| 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
|
| }
|
|
|