Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/source/NonExistingSourceTest.java

Issue 459703002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
}

Powered by Google App Engine
This is Rietveld 408576698