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

Unified Diff: test/codegen_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/checker/self_host_test.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 9912304c03ef9797c78e75ae1f0afbc3f05048e6..d1669fdeacadeebd5588cc43cabb123c323f46c5 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -129,9 +129,10 @@ main(arguments) {
test('devc dart:core', () {
var testSdkContext = createAnalysisContextWithSources(
- new StrongModeOptions(), new SourceResolverOptions(
- dartSdkPath: path.join(
- testDirectory, '..', 'tool', 'generated_sdk')));
+ new StrongModeOptions(),
+ new SourceResolverOptions(
+ dartSdkPath:
+ path.join(testDirectory, '..', 'tool', 'generated_sdk')));
// Get the test SDK. We use a checked in copy so test expectations can
// be generated against a specific SDK version.
« no previous file with comments | « test/checker/self_host_test.dart ('k') | test/dependency_graph_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698