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

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

Issue 9633009: Use Element instead of Symbol. (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 6775358be357a0bbfcd2e9f29058211f89a6817f..b226768ad8710fb526fb9c74d5ddf17d4eb2a373 100644
--- a/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
+++ b/compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
@@ -49,7 +49,7 @@ public class ElementMapTest extends TestCase {
}
@Override
- public String getOriginalSymbolName() {
+ public String getOriginalName() {
throw new RuntimeException();
}

Powered by Google App Engine
This is Rietveld 408576698