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

Unified Diff: pkg/analysis_server/test/analysis/notification_highlights_test.dart

Issue 563373003: Churn only: move analysis notification tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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/analysis/notification_highlights_test.dart
diff --git a/pkg/analysis_server/test/analysis_notification_highlights_test.dart b/pkg/analysis_server/test/analysis/notification_highlights_test.dart
similarity index 99%
rename from pkg/analysis_server/test/analysis_notification_highlights_test.dart
rename to pkg/analysis_server/test/analysis/notification_highlights_test.dart
index 721d72e362bacb9ecf2f7decee254fa8f9093670..7be135a9644cee3b6504fe5d7d8b929ca67bc621 100644
--- a/pkg/analysis_server/test/analysis_notification_highlights_test.dart
+++ b/pkg/analysis_server/test/analysis/notification_highlights_test.dart
@@ -2,7 +2,7 @@
// 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.domain.analysis.notification.highlights;
+library test.analysis.notification.highlights;
import 'dart:async';
@@ -10,8 +10,8 @@ import 'package:analysis_server/src/constants.dart';
import 'package:analysis_server/src/protocol.dart';
import 'package:unittest/unittest.dart';
-import 'analysis_abstract.dart';
-import 'reflective_tests.dart';
+import '../analysis_abstract.dart';
+import '../reflective_tests.dart';
main() {

Powered by Google App Engine
This is Rietveld 408576698