| Index: tests/compiler/dart2js_extra/23486_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/23486_test.dart b/tests/compiler/dart2js_extra/23486_test.dart
|
| index 1d8eb39293eb064e0dacd52be8748e66ba9ab332..41fcf2d4b8b60793fd7369a8a3bc8c4d276fdcba 100644
|
| --- a/tests/compiler/dart2js_extra/23486_test.dart
|
| +++ b/tests/compiler/dart2js_extra/23486_test.dart
|
| @@ -33,6 +33,6 @@ class D extends C {
|
| main() {
|
| Expect.throws(new A().m); /// 01: continued
|
| Expect.throws(() => new D.name()); /// 02: continued
|
| - Expect.throws(() => (p).x); /// 03: static type warning
|
| + Expect.throws(() => (p).x); /// 03: compile-time error
|
| }
|
|
|
|
|