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

Unified Diff: tests/compiler/dart2js/mirrors_used_test.dart

Issue 2908153003: It's alive! (Closed)
Patch Set: Updated cf. comments Created 3 years, 7 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
« no previous file with comments | « tests/compiler/dart2js/find_my_name_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mirrors_used_test.dart
diff --git a/tests/compiler/dart2js/mirrors_used_test.dart b/tests/compiler/dart2js/mirrors_used_test.dart
index c395535acf380656526db971df5f9b7522de0a2f..b0547995ed172c1e4f92c7d2e916b6b43431e039 100644
--- a/tests/compiler/dart2js/mirrors_used_test.dart
+++ b/tests/compiler/dart2js/mirrors_used_test.dart
@@ -16,7 +16,8 @@ import 'package:compiler/src/apiimpl.dart' show CompilerImpl;
import 'package:compiler/src/constants/values.dart'
show ConstantValue, TypeConstantValue;
-import 'package:compiler/src/elements/elements.dart' show Element, Elements;
+import 'package:compiler/src/elements/elements.dart'
+ show ClassElement, Elements;
import 'package:compiler/src/js_backend/js_backend.dart' show JavaScriptBackend;
import 'package:compiler/src/js_backend/mirrors_analysis.dart';
@@ -85,7 +86,7 @@ void main() {
]; // The name of Foo.instanceMethod.
// We always include the names of some native classes.
- List<Element> nativeClasses = [
+ List<ClassElement> nativeClasses = [
compiler.commonElements.intClass,
compiler.commonElements.doubleClass,
compiler.commonElements.numClass,
« no previous file with comments | « tests/compiler/dart2js/find_my_name_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698