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

Unified Diff: sdk/lib/_internal/pub_generated/test/lock_file_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
Index: sdk/lib/_internal/pub_generated/test/lock_file_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/lock_file_test.dart b/sdk/lib/_internal/pub_generated/test/lock_file_test.dart
index ed931941d1cc465dbcdb0e7f3e5b7ad27ccb994f..679bbc3f3fced2f13916113dfbd36cb6e3f890f9 100644
--- a/sdk/lib/_internal/pub_generated/test/lock_file_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lock_file_test.dart
@@ -1,5 +1,6 @@
library lock_file_test;
import 'dart:async';
+import 'package:pub_semver/pub_semver.dart';
import 'package:unittest/unittest.dart';
import 'package:yaml/yaml.dart';
import '../lib/src/lock_file.dart';
@@ -7,7 +8,6 @@ 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 {
final String name = 'mock';

Powered by Google App Engine
This is Rietveld 408576698