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

Unified Diff: test/codegen_test.dart

Issue 953093005: fix formatting to include test, exclude lib/src/js (Closed) Base URL: git@github.com:dart-lang/dart-dev-compiler.git@master
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 | « no previous file | test/test.sh » ('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 a569a133990c5afd80da807a21d29dd788166d02..4781e858978dbd5239c1d6df7bbaf2af21f13a4d 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -8,10 +8,8 @@
library ddc.test.codegen_test;
import 'dart:io';
-import 'package:analyzer/src/generated/engine.dart'
- show AnalysisEngine, Logger;
-import 'package:analyzer/src/generated/java_engine.dart'
- show CaughtException;
+import 'package:analyzer/src/generated/engine.dart' show AnalysisEngine, Logger;
+import 'package:analyzer/src/generated/java_engine.dart' show CaughtException;
import 'package:args/args.dart';
import 'package:cli_util/cli_util.dart' show getSdkDir;
import 'package:ddc/devc.dart';
« no previous file with comments | « no previous file | test/test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698