| Index: tests/compiler/dart2js/inference_stats_test.dart
|
| diff --git a/tests/compiler/dart2js/inference_stats_test.dart b/tests/compiler/dart2js/inference_stats_test.dart
|
| index e742b0a6616d5cb93afa5696d2736ba1b802b5e5..a85ca396a67d89809273c42e9e63317581c5df93 100644
|
| --- a/tests/compiler/dart2js/inference_stats_test.dart
|
| +++ b/tests/compiler/dart2js/inference_stats_test.dart
|
| @@ -9,8 +9,9 @@ library dart2js.test.send_measurements_test;
|
| import 'dart:async';
|
| import 'package:test/test.dart';
|
| import 'package:dart2js_info/info.dart';
|
| +import 'package:dart2js_info/src/util.dart' show
|
| + recursiveDiagnosticString;
|
| import 'memory_compiler.dart';
|
| -import 'dart:io';
|
|
|
| main() {
|
| test('nothing is reachable, nothing to count', () {
|
|
|