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

Unified Diff: dart/tests/lib/mirrors/intercepted_class_test.dart

Issue 18052004: Implement JsMethodMirror.parameters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments. Created 7 years, 6 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: dart/tests/lib/mirrors/intercepted_class_test.dart
diff --git a/dart/tests/lib/mirrors/intercepted_class_test.dart b/dart/tests/lib/mirrors/intercepted_class_test.dart
index a17b7e942731ac408ed81b2bc2e3270d3f7cf26a..2fde1b71b9e128307f516d205241fb51313cf697 100644
--- a/dart/tests/lib/mirrors/intercepted_class_test.dart
+++ b/dart/tests/lib/mirrors/intercepted_class_test.dart
@@ -8,7 +8,7 @@ library test.intercepted_class_test;
import 'dart:mirrors';
-import 'reflect_model_test.dart' show stringify, expect;
+import 'stringify.dart' show stringify, expect;
checkClassMirror(ClassMirror cls, String name) {
expect('s($name)', cls.simpleName);

Powered by Google App Engine
This is Rietveld 408576698