| Index: tests/language/src/Prefix22NegativeTest.dart
|
| diff --git a/tests/language/src/Prefix14NegativeTest.dart b/tests/language/src/Prefix22NegativeTest.dart
|
| similarity index 61%
|
| rename from tests/language/src/Prefix14NegativeTest.dart
|
| rename to tests/language/src/Prefix22NegativeTest.dart
|
| index 53624c9854e2b8d0156571b7b526d1ac83c02007..96e4fc09c18a882aa705d1f75a7ab3d0634a4385 100644
|
| --- a/tests/language/src/Prefix14NegativeTest.dart
|
| +++ b/tests/language/src/Prefix22NegativeTest.dart
|
| @@ -2,14 +2,14 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| //
|
| -// Unresolved symbols should be reported as an error.
|
| +// Unresolved symbols should be reported as an static type warnings.
|
| +// VMOptions=--fatal-type-errors
|
|
|
| -#library("Prefix14NegativeTest.dart");
|
| +#library("Prefix22NegativeTest.dart");
|
| #import("library12.dart", prefix:"lib12");
|
|
|
| class myClass {
|
| - myClass(lib12.Library13 this.fld);
|
| - lib12.Library13 fld;
|
| + lib12.Library13 fld; // static type warning
|
| }
|
|
|
| main() {
|
|
|