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

Unified Diff: pkg/analysis_testing/lib/reflective_tests.dart

Issue 376693002: Extract testing utilities into a separate package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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_testing/lib/reflective_tests.dart
diff --git a/pkg/analyzer/test/reflective_tests.dart b/pkg/analysis_testing/lib/reflective_tests.dart
similarity index 99%
rename from pkg/analyzer/test/reflective_tests.dart
rename to pkg/analysis_testing/lib/reflective_tests.dart
index 5cfef6af8a66b75d7c21f0fd4faf0513c5454c01..cdb617c82a5c94afdb709f178c90ff4954e7a8f7 100644
--- a/pkg/analyzer/test/reflective_tests.dart
+++ b/pkg/analysis_testing/lib/reflective_tests.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 reflective.tests;
+library reflective_tests;
import 'dart:async';

Powered by Google App Engine
This is Rietveld 408576698