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

Unified Diff: pkg/source_span/test/utils_test.dart

Issue 381363002: Extract out a source_span package from source_maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review 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
« no previous file with comments | « pkg/source_span/test/span_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/source_span/test/utils_test.dart
diff --git a/pkg/source_maps/test/utils_test.dart b/pkg/source_span/test/utils_test.dart
similarity index 91%
copy from pkg/source_maps/test/utils_test.dart
copy to pkg/source_span/test/utils_test.dart
index 79a7de76903826410c1167d14f1733e3b742e38b..39211111e7c4b358dc253411c578618f586b8f12 100644
--- a/pkg/source_maps/test/utils_test.dart
+++ b/pkg/source_span/test/utils_test.dart
@@ -2,11 +2,8 @@
// 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.
-/// Tests for the binary search utility algorithm.
-library test.utils_test;
-
import 'package:unittest/unittest.dart';
-import 'package:source_maps/src/utils.dart';
+import 'package:source_span/src/utils.dart';
main() {
group('binary search', () {
« no previous file with comments | « pkg/source_span/test/span_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698