| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/TestSource.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/TestSource.java (revision 16603)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/TestSource.java (working copy)
|
| @@ -19,7 +19,7 @@
|
| * Instances of the class {@code TestSource} implement a source object that can be used for testing
|
| * purposes.
|
| */
|
| -public class TestSource extends SourceImpl {
|
| +public class TestSource extends FileBasedSource {
|
| /**
|
| * The contents of the file represented by this source.
|
| */
|
|
|