Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart

Issue 745153002: Make pub's binstubs resilient to changes in snapshot format. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart b/sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart
index 1141131a993885ef722b6cc1868ce12e13495c4d..901c0f88d998101e1c59583f0a62eb0558454422 100644
--- a/sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/binstubs/path_package_test.dart
@@ -6,7 +6,6 @@ import 'package:scheduled_test/scheduled_test.dart';
import '../../descriptor.dart' as d;
import '../../test_pub.dart';
-import 'utils.dart';
main() {
initConfig();

Powered by Google App Engine