| Index: tests/language/src/AssignStaticTypeTest.dart
|
| diff --git a/tests/language/src/AssignStaticTypeTest.dart b/tests/language/src/AssignStaticTypeTest.dart
|
| index 34fc3be71fe25e17d02aa531343c2189daa4218b..4da7e02ddf3a29fa6c0c0a050c6f0c0a1902bb50 100644
|
| --- a/tests/language/src/AssignStaticTypeTest.dart
|
| +++ b/tests/language/src/AssignStaticTypeTest.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| // This test insures that statically initialized variables, fields, and parameters
|
| // report static type warnings.
|
| -// VMOptions=--no-enable-type-checks
|
|
|
| int a = "String"; /// 01: static type error, dynamic type error
|
|
|
|
|