| Index: tests/language_strong/null_test.dart
|
| diff --git a/tests/language_strong/null_test.dart b/tests/language_strong/null_test.dart
|
| index 83ffd7b3d1b02f56293f7913b14ef7cd259fdda3..f7d6cf43f1ad89b2ca48518b921694baf61c9f0a 100644
|
| --- a/tests/language_strong/null_test.dart
|
| +++ b/tests/language_strong/null_test.dart
|
| @@ -9,9 +9,9 @@ import "dart:mirrors";
|
| import "package:expect/expect.dart";
|
|
|
| class BadInherit
|
| - extends Null /// 01: compile-time error
|
| - implements Null /// 02: compile-time error
|
| - extends Object with Null /// 03: compile-time error
|
| + extends Null // /// 01: compile-time error
|
| + implements Null // /// 02: compile-time error
|
| + extends Object with Null // /// 03: compile-time error
|
| {}
|
|
|
| class EqualsNotCalled {
|
|
|