| Index: tests/lib_strong/mirrors/empty_test.dart
|
| diff --git a/tests/lib_strong/mirrors/empty_test.dart b/tests/lib_strong/mirrors/empty_test.dart
|
| index 506cdfbef3af725e005a3841000c65a9441b2f76..9e7763448321d05001303c7dd67a306a95381692 100644
|
| --- a/tests/lib_strong/mirrors/empty_test.dart
|
| +++ b/tests/lib_strong/mirrors/empty_test.dart
|
| @@ -7,5 +7,5 @@ import 'empty.dart';
|
|
|
| main() {
|
| var empty = currentMirrorSystem().findLibrary(#empty);
|
| - print(empty.location); // Used to crash VM.
|
| + print(empty.location); // Used to crash VM.
|
| }
|
|
|