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

Unified Diff: pkg/analysis_server/test/timing/timing_framework.dart

Issue 2844273003: Unify the server and plugin versions of the generators (Closed)
Patch Set: add missed files Created 3 years, 8 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: pkg/analysis_server/test/timing/timing_framework.dart
diff --git a/pkg/analysis_server/test/timing/timing_framework.dart b/pkg/analysis_server/test/timing/timing_framework.dart
index 4f860620881602f2f0c75b3dc4739398d584fa38..9c4be1f7b4013ee6cc9a170aeee78f8ec16f2f63 100644
--- a/pkg/analysis_server/test/timing/timing_framework.dart
+++ b/pkg/analysis_server/test/timing/timing_framework.dart
@@ -2,16 +2,14 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library test.timing;
-
import 'dart:async';
import 'dart:io';
import 'dart:math';
import 'package:path/path.dart';
-import '../integration/integration_test_methods.dart';
-import '../integration/integration_tests.dart';
+import '../integration/support/integration_test_methods.dart';
+import '../integration/support/integration_tests.dart';
/**
* Instances of the class [TimingResult] represent the timing information
« no previous file with comments | « pkg/analysis_server/test/timing/completion/completion_simple.dart ('k') | pkg/analysis_server/tool/spec/api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698