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

Unified Diff: sdk/lib/_internal/pub/test/pubspec_test.dart

Issue 602253002: Use pub_semver package in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | « sdk/lib/_internal/pub/test/preprocess_test.dart ('k') | sdk/lib/_internal/pub/test/serve_packages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/pubspec_test.dart
diff --git a/sdk/lib/_internal/pub/test/pubspec_test.dart b/sdk/lib/_internal/pub/test/pubspec_test.dart
index fec3077dcfa9e317ab64f11ccc806df775397a2c..67f927662497d1cd6b022ef68835ed4e39c867e7 100644
--- a/sdk/lib/_internal/pub/test/pubspec_test.dart
+++ b/sdk/lib/_internal/pub/test/pubspec_test.dart
@@ -6,13 +6,13 @@ library pubspec_test;
import 'dart:async';
+import 'package:pub_semver/pub_semver.dart';
import 'package:unittest/unittest.dart';
import '../lib/src/package.dart';
import '../lib/src/pubspec.dart';
import '../lib/src/source.dart';
import '../lib/src/source_registry.dart';
-import '../lib/src/version.dart';
import 'test_pub.dart';
class MockSource extends Source {
« no previous file with comments | « sdk/lib/_internal/pub/test/preprocess_test.dart ('k') | sdk/lib/_internal/pub/test/serve_packages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698