Chromium Code Reviews

Unified Diff: lib/src/backend/platform_selector/scanner.dart

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 9 months 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
« no previous file with comments | « lib/src/backend/platform_selector/parser.dart ('k') | lib/src/backend/platform_selector/token.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/backend/platform_selector/scanner.dart
diff --git a/lib/src/backend/platform_selector/scanner.dart b/lib/src/backend/platform_selector/scanner.dart
index 3c2763c9b8a45393ce8ebd6bba05e198d49ee123..0a79c491292e172425a70b8b04148d84993b7a67 100644
--- a/lib/src/backend/platform_selector/scanner.dart
+++ b/lib/src/backend/platform_selector/scanner.dart
@@ -2,7 +2,7 @@
// 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.
-library unittest.backend.platform_selector.scanner;
+library test.backend.platform_selector.scanner;
import 'package:string_scanner/string_scanner.dart';
« no previous file with comments | « lib/src/backend/platform_selector/parser.dart ('k') | lib/src/backend/platform_selector/token.dart » ('j') | no next file with comments »

Powered by Google App Engine