| Index: test/reserved_names_test.dart
|
| diff --git a/test/reserved_names_test.dart b/test/reserved_names_test.dart
|
| index fbb66be318749253dda0bc4b457824fd470e3cf6..5a2c046d4de9925433f21ed21c6495d8534b76a9 100755
|
| --- a/test/reserved_names_test.dart
|
| +++ b/test/reserved_names_test.dart
|
| @@ -16,7 +16,7 @@ import 'test_util.dart';
|
| void main() {
|
| test('testReservedNamesList', () {
|
| Set<String> names = new Set<String>();
|
| - fillConflictingNames(ClassMirror cls) {
|
| + fillConflictingNames(mirrors.ClassMirror cls) {
|
| String className = mirrors.MirrorSystem.getName(cls.simpleName);
|
| names.addAll(
|
| cls
|
|
|