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

Unified Diff: test/testing.dart

Issue 1268813003: format with dart_style 0.2.0 (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/checker/self_host_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/testing.dart
diff --git a/test/testing.dart b/test/testing.dart
index 46e926cd6063c80f54bc3b65dddc1179695c70d5..71c22fc4f9539ca5a3cf60e9d55547df06d44962 100644
--- a/test/testing.dart
+++ b/test/testing.dart
@@ -86,10 +86,12 @@ void testChecker(Map<String, String> testFiles,
var provider = createTestResourceProvider(testFiles);
var uriResolver = new TestUriResolver(provider);
var context = AnalysisEngine.instance.createAnalysisContext();
- context.sourceFactory = createSourceFactory(new SourceResolverOptions(
- customUrlMappings: customUrlMappings,
- useMockSdk: sdkDir == null,
- dartSdkPath: sdkDir), fileResolvers: [uriResolver]);
+ context.sourceFactory = createSourceFactory(
+ new SourceResolverOptions(
+ customUrlMappings: customUrlMappings,
+ useMockSdk: sdkDir == null,
+ dartSdkPath: sdkDir),
+ fileResolvers: [uriResolver]);
var checker = new StrongChecker(
context,
« no previous file with comments | « test/checker/self_host_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698