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

Unified Diff: compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java

Issue 9700019: Use NodeElement to access Node in Resolver (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java b/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
index ae6a0f9946062269c03457796c1f4c78514b5c8f..30231adc1f5aca18ab9fe2ed01a6256133d2aa11 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
@@ -13,7 +13,7 @@ import junit.framework.TestCase;
public class ElementMapTest extends TestCase {
- private class MockElement implements Element {
+ private class MockElement implements NodeElement {
private final ElementKind kind;
private final String name;

Powered by Google App Engine
This is Rietveld 408576698