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