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

Unified Diff: pkg/analyzer/test/task/task_dart_test.dart

Issue 975453004: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/src/util/lru_map_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/task/task_dart_test.dart
diff --git a/pkg/analyzer/test/task/task_dart_test.dart b/pkg/analyzer/test/task/task_dart_test.dart
index 3d951bebe4d0559b7b42d36999bb0702eedac445..352bc3bc30450aaffd9b239d31c06bc29e077eba 100644
--- a/pkg/analyzer/test/task/task_dart_test.dart
+++ b/pkg/analyzer/test/task/task_dart_test.dart
@@ -22,12 +22,12 @@ main() {
}
class BuildUnitElementTaskTest extends EngineTestCase {
- CompilationUnit parseUnit(InternalAnalysisContext context, Source source,
- String content) {
+ CompilationUnit parseUnit(
+ InternalAnalysisContext context, Source source, String content) {
ScanDartTask scanTask = new ScanDartTask(context, source, content);
scanTask.perform(new ScanDartTaskTestTV_accept());
- ParseDartTask parseTask =
- new ParseDartTask(context, source, scanTask.tokenStream, scanTask.lineInfo);
+ ParseDartTask parseTask = new ParseDartTask(
+ context, source, scanTask.tokenStream, scanTask.lineInfo);
parseTask.perform(new ParseDartTaskTestTV_accept());
return parseTask.compilationUnit;
}
« no previous file with comments | « pkg/analyzer/test/src/util/lru_map_test.dart ('k') | pkg/analyzer/test/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698