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

Unified Diff: sdk/lib/_internal/pub/test/downgrade/doesnt_change_git_dependencies_test.dart

Issue 391363004: Include file path in JSON error when possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 years, 5 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/test/downgrade/doesnt_change_git_dependencies_test.dart
diff --git a/sdk/lib/_internal/pub/test/downgrade/doesnt_change_git_dependencies_test.dart b/sdk/lib/_internal/pub/test/downgrade/doesnt_change_git_dependencies_test.dart
index b661c7dc4c6bef28939fcccf9c4f2a19fbcfa270..e1e7395e65555b05258b849d8cb46b13b8d29b01 100644
--- a/sdk/lib/_internal/pub/test/downgrade/doesnt_change_git_dependencies_test.dart
+++ b/sdk/lib/_internal/pub/test/downgrade/doesnt_change_git_dependencies_test.dart
@@ -2,10 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:path/path.dart' as path;
-import 'package:scheduled_test/scheduled_test.dart';
-
-import '../../lib/src/io.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';

Powered by Google App Engine
This is Rietveld 408576698