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

Unified Diff: packages/quiver/test/time/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/testing/equality/equality_test.dart ('k') | packages/quiver/test/time/clock_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/test/time/all_tests.dart
diff --git a/quiver/lib/time.dart b/packages/quiver/test/time/all_tests.dart
similarity index 86%
rename from quiver/lib/time.dart
rename to packages/quiver/test/time/all_tests.dart
index e71b2d3aa7efa644af5b79b814bab0189980000f..7820d90dbc3ea51035c30a05971a6dd46636b03a 100644
--- a/quiver/lib/time.dart
+++ b/packages/quiver/test/time/all_tests.dart
@@ -12,7 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-library quiver.time;
+library quiver.time.all_tests;
-part 'src/time/clock.dart';
-part 'src/time/duration_unit_constants.dart';
+import 'clock_test.dart' as clock;
+
+main() {
+ clock.main();
+}
« no previous file with comments | « packages/quiver/test/testing/equality/equality_test.dart ('k') | packages/quiver/test/time/clock_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698