| Index: tests/language/src/Prefix23NegativeTest.dart
|
| diff --git a/tests/language/src/Prefix23NegativeTest.dart b/tests/language/src/Prefix23NegativeTest.dart
|
| index 34b74f74779f01684586e90d2f1e436a05e84590..80773d58862a37f5326a24ef68b7dd5587c4d8ba 100644
|
| --- a/tests/language/src/Prefix23NegativeTest.dart
|
| +++ b/tests/language/src/Prefix23NegativeTest.dart
|
| @@ -4,13 +4,13 @@
|
| //
|
| // Unresolved symbols should be reported as an static type warnings.
|
| // In this variant of test we turn warnings into errors.
|
| -// VMOptions=--fatal-type-errors --enable_type_checks
|
| +// VMOptions=--enable_type_errors
|
|
|
| #library("Prefix22NegativeTest.dart");
|
| #import("library12.dart", prefix:"lib12");
|
|
|
| class myClass {
|
| - lib12.Library13 fld; // static type warning
|
| + lib12.Library13 fld; /// static type error
|
| }
|
|
|
| main() {
|
|
|