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

Unified Diff: dart/tests/lib/mirrors/intercepted_object_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_object_test.dart
diff --git a/dart/tests/lib/mirrors/intercepted_object_test.dart b/dart/tests/lib/mirrors/intercepted_object_test.dart
index 26016e1008831641a33b9bb392f97b1322336e82..17c978375ca0d1b18ed8ba2283fe1971d5ce3917 100644
--- a/dart/tests/lib/mirrors/intercepted_object_test.dart
+++ b/dart/tests/lib/mirrors/intercepted_object_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;
import 'intercepted_class_test.dart' show checkClassMirror;

Powered by Google App Engine
This is Rietveld 408576698