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

Unified Diff: packages/smoke/test/mirrors_test.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « packages/smoke/test/common_utils_test.dart ('k') | packages/smoke/test/mirrors_used_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/test/mirrors_test.dart
diff --git a/collection/lib/src/utils.dart b/packages/smoke/test/mirrors_test.dart
similarity index 52%
rename from collection/lib/src/utils.dart
rename to packages/smoke/test/mirrors_test.dart
index c9c753777f07c1c5bd930fa4a3a7e32a5377db0f..cac643aab81c93a6e746f0e98bda711882f6c7f6 100644
--- a/collection/lib/src/utils.dart
+++ b/packages/smoke/test/mirrors_test.dart
@@ -2,12 +2,13 @@
// 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 dart.pkg.collection.utils;
+library smoke.test.mirrors_test;
-/// A pair of values.
-class Pair<E, F> {
- E first;
- F last;
+import 'package:smoke/mirrors.dart';
+import 'package:unittest/unittest.dart';
+import 'common.dart' as common show main;
- Pair(this.first, this.last);
+main() {
+ setUp(useMirrors);
+ common.main();
}
« no previous file with comments | « packages/smoke/test/common_utils_test.dart ('k') | packages/smoke/test/mirrors_used_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698