| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/type/InterfaceTypeImplTest.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/type/InterfaceTypeImplTest.java (revision 21622)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/type/InterfaceTypeImplTest.java (working copy)
|
| @@ -837,7 +837,7 @@
|
| InterfaceType typeB = classB.getType();
|
|
|
| assertTrue(typeB.isMoreSpecificThan(typeA));
|
| - // the opposite test tests a different branch in isMoreSpecificThan()
|
| + // the opposite test tests a different branch in isMoreSpecificThan()
|
| assertFalse(typeA.isMoreSpecificThan(typeB));
|
| }
|
|
|
|
|