| Index: dart/tests/language/src/ConstConstructor1NegativeTest.dart
|
| diff --git a/dart/tests/language/src/ConstConstructor1NegativeTest.dart b/dart/tests/language/src/ConstConstructor1NegativeTest.dart
|
| index 1f0f0c477e3b7113363b62d920ebe89109730490..fa4dc2e7a14ec4de067a77fa68463bd4db91c5da 100644
|
| --- a/dart/tests/language/src/ConstConstructor1NegativeTest.dart
|
| +++ b/dart/tests/language/src/ConstConstructor1NegativeTest.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Check that class allocated via 'const' has a const constructor.
|
|
|
| -interface I factory C {
|
| +interface I default C {
|
| I(int i);
|
| }
|
|
|
|
|