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

Unified Diff: packages/quiver/test/pattern/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/mirrors_test.dart ('k') | packages/quiver/test/pattern/glob_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/test/pattern/all_tests.dart
diff --git a/quiver/lib/testing/time.dart b/packages/quiver/test/pattern/all_tests.dart
similarity index 80%
copy from quiver/lib/testing/time.dart
copy to packages/quiver/test/pattern/all_tests.dart
index a06f656e6797482e707acfdb7be3142f0cfa9ab1..9e67c6472df9379ec31f445bf90d5bfdc3588e03 100644
--- a/quiver/lib/testing/time.dart
+++ b/packages/quiver/test/pattern/all_tests.dart
@@ -12,9 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-/**
- * Testing support for dart:core time functionality.
- */
-library quiver.testing.time;
+library quiver.pattern.all_tests;
-part 'src/time/time.dart';
+import 'glob_test.dart' as glob;
+import 'pattern_test.dart' as pattern;
+
+main() {
+ glob.main();
+ pattern.main();
+}
« no previous file with comments | « packages/quiver/test/mirrors_test.dart ('k') | packages/quiver/test/pattern/glob_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698