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