Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: tests/compiler/dart2js/inference_stats_test.dart

Issue 1562023002: Add test of unittests. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated cf. comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', () {

Powered by Google App Engine
This is Rietveld 408576698