| 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;
|
|
|