| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java
|
| index e44b303a6d5cb9fa1507edc2e29602f2aa91d0d7..cb975ebc3ba31c4e6ee5e40ac801dc03673f1a45 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java
|
| @@ -56,7 +56,7 @@ public class NonExistingSourceTest extends TestCase {
|
|
|
| public void test_resolveRelative() throws Exception {
|
| try {
|
| - source.resolveRelative(new URI("qux.dart"));
|
| + source.resolveRelativeUri(new URI("qux.dart"));
|
| fail();
|
| } catch (UnsupportedOperationException e) {
|
| }
|
|
|