| Index: tests/compiler/dart2js_extra/mirrors_used_warning2_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/mirrors_used_warning2_test.dart b/tests/compiler/dart2js_extra/mirrors_used_warning2_test.dart
|
| index 1ac19d6d92119b7b843344a588f15ee617a70e7c..699595aed0e475eda4f0daa0215bf5d08dfda355 100644
|
| --- a/tests/compiler/dart2js_extra/mirrors_used_warning2_test.dart
|
| +++ b/tests/compiler/dart2js_extra/mirrors_used_warning2_test.dart
|
| @@ -30,5 +30,5 @@ runTests() {
|
|
|
| main() {
|
| runZoned(runTests,
|
| - zoneSpecification: new ZoneSpecification(print: capturePrint));
|
| + zoneSpecification: new ZoneSpecification(print: capturePrint));
|
| }
|
|
|