| Index: editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| index 41772486af45176047020c643341a08474e843a7..7e038fe054368a1d6c171fa10877a094470f102b 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/refactoring/AbstractDartTest.java
|
| @@ -116,7 +116,6 @@ public abstract class AbstractDartTest extends TestCase {
|
| * Asserts that <code>Test.dart</code> has expected content.
|
| */
|
| protected final void assertTestUnitContent(String... lines) throws Exception {
|
| -
|
| assertUnitContent(testUnit, lines);
|
| }
|
|
|
|
|