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

Unified Diff: packages/quiver/test/core/all_tests.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/quiver/test/collection/treeset_test.dart ('k') | packages/quiver/test/core/core_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/test/core/all_tests.dart
diff --git a/quiver/lib/cache.dart b/packages/quiver/test/core/all_tests.dart
similarity index 75%
copy from quiver/lib/cache.dart
copy to packages/quiver/test/core/all_tests.dart
index b962bcead54cc55a96ea931bd27450f592b0a4f1..7b0b6a824ddb8d56a9d60ba7775f602b9bb92304 100644
--- a/quiver/lib/cache.dart
+++ b/packages/quiver/test/core/all_tests.dart
@@ -12,12 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-library quiver.cache;
+library quiver.core.all_tests;
-import 'dart:async';
-import 'dart:collection';
+import 'core_test.dart' as core;
+import 'hash_test.dart' as hash;
+import 'optional_test.dart' as optional;
-import 'package:quiver/collection.dart' show LruMap;
-
-part 'src/cache/cache.dart';
-part 'src/cache/map_cache.dart';
+main() {
+ core.main();
+ hash.main();
+ optional.main();
+}
« no previous file with comments | « packages/quiver/test/collection/treeset_test.dart ('k') | packages/quiver/test/core/core_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698