| Index: dart/tests/language/src/InterfaceFactory2NegativeTest.dart
|
| diff --git a/dart/tests/language/src/InterfaceFactory2NegativeTest.dart b/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
|
| index a154255239ad24b732118b71bf8244f5a60d849c..f43c4d8611c283e48c562323e3a203566622161c 100644
|
| --- a/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
|
| +++ b/dart/tests/language/src/InterfaceFactory2NegativeTest.dart
|
| @@ -5,7 +5,7 @@
|
| // Test that a "factory provider" interface factory only
|
| // provides the constructors declared in the interface.
|
|
|
| -interface Interface factory FactoryProvider {
|
| +interface Interface default FactoryProvider {
|
| Interface.some_name(var secret);
|
| }
|
|
|
|
|