Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/global/binstubs/name_collision_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/name_collision_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/binstubs/name_collision_test.dart b/sdk/lib/_internal/pub/test/global/binstubs/name_collision_test.dart
index 57f6a8ecec9ae61f06bc4cf4fdc36fb236e8be8b..e07975a064ca7539abf4ddeaf4b454e623d4e17a 100644
--- a/sdk/lib/_internal/pub/test/global/binstubs/name_collision_test.dart
+++ b/sdk/lib/_internal/pub/test/global/binstubs/name_collision_test.dart
@@ -7,7 +7,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