| Index: dart/tests/language/src/InterfaceFactory1NegativeTest.dart
|
| diff --git a/dart/tests/language/src/InterfaceFactory1NegativeTest.dart b/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
|
| index c882db06402b497e0fad3c7002154a875a2e4518..d352b1fa46e935d7a6acded7b623c1641eeb9870 100644
|
| --- a/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
|
| +++ b/dart/tests/language/src/InterfaceFactory1NegativeTest.dart
|
| @@ -5,7 +5,7 @@
|
| // Test that a "default implementation" interface factory only
|
| // provides the constructors declared in the interface.
|
|
|
| -interface Interface factory DefaultImplementation {
|
| +interface Interface default DefaultImplementation {
|
| Interface.some_name();
|
| }
|
|
|
|
|