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

Unified Diff: test/report_test.dart

Issue 1266483003: format with dart_style 0.2.0-rc.3 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « test/dependency_graph_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index a98b8a1844864230dae3c8a4ba56bf1b0815d725..38d38222604af8ac335705b60eae996017834df3 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -39,7 +39,8 @@ void main() {
var uriResolver = new TestUriResolver(provider);
var srcOpts = new SourceResolverOptions(useMockSdk: true);
var context = createAnalysisContextWithSources(
- new StrongModeOptions(), srcOpts, fileResolvers: [uriResolver]);
+ new StrongModeOptions(), srcOpts,
+ fileResolvers: [uriResolver]);
var reporter = new SummaryReporter(context);
new BatchCompiler(context, new CompilerOptions(sourceOptions: srcOpts),
reporter: reporter).compileFromUriString('/main.dart');
« no previous file with comments | « test/dependency_graph_test.dart ('k') | test/testing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698