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

Unified Diff: pkg/analyzer/test/instrumentation/test_all.dart

Issue 835213002: Escape field separator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/analyzer/test/instrumentation/instrumentation_test.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/instrumentation/test_all.dart
diff --git a/pkg/analyzer/test/task/test_all.dart b/pkg/analyzer/test/instrumentation/test_all.dart
similarity index 54%
copy from pkg/analyzer/test/task/test_all.dart
copy to pkg/analyzer/test/instrumentation/test_all.dart
index 9ecd16215ffb783037abdb763a392bfa04311251..f9bfc2d9e4c3ee027f88b851b7077d8547513e46 100644
--- a/pkg/analyzer/test/task/test_all.dart
+++ b/pkg/analyzer/test/instrumentation/test_all.dart
@@ -1,17 +1,17 @@
-// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// 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 test.task;
+library test.instrumentation.test_all;
import 'package:unittest/unittest.dart';
-import 'task_dart_test.dart' as task_dart_test;
+import 'instrumentation_test.dart' as instrumentation_test;
/// Utility for manually running all tests.
main() {
groupSep = ' | ';
- group('generated tests', () {
- task_dart_test.main();
+ group('instrumentation', () {
+ instrumentation_test.main();
});
}
« no previous file with comments | « pkg/analyzer/test/instrumentation/instrumentation_test.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698