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

Unified Diff: tests/compiler/dart2js/memory_source_file_helper.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: Created 4 years, 3 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
Index: tests/compiler/dart2js/memory_source_file_helper.dart
diff --git a/tests/compiler/dart2js/memory_source_file_helper.dart b/tests/compiler/dart2js/memory_source_file_helper.dart
index c6b3b3cf33b8c237d860600d4b4a075b7d9f33f2..a198aefdbd1e556177b006c65d58b02f760d7b47 100644
--- a/tests/compiler/dart2js/memory_source_file_helper.dart
+++ b/tests/compiler/dart2js/memory_source_file_helper.dart
@@ -7,20 +7,17 @@ library dart2js.test.memory_source_file_helper;
import 'dart:async' show Future;
export 'dart:io' show Platform;
-export 'package:compiler/src/apiimpl.dart'
- show CompilerImpl;
+export 'package:compiler/src/apiimpl.dart' show CompilerImpl;
-export 'package:compiler/src/filenames.dart'
- show currentDirectory;
+export 'package:compiler/src/filenames.dart' show currentDirectory;
import 'package:compiler/src/io/source_file.dart'
- show StringSourceFile, SourceFile;
+ show StringSourceFile, SourceFile;
-import 'package:compiler/src/source_file_provider.dart'
- show SourceFileProvider;
+import 'package:compiler/src/source_file_provider.dart' show SourceFileProvider;
export 'package:compiler/src/source_file_provider.dart'
- show SourceFileProvider, FormattingDiagnosticHandler;
+ show SourceFileProvider, FormattingDiagnosticHandler;
class MemorySourceFileProvider extends SourceFileProvider {
Map<String, String> memorySourceFiles;

Powered by Google App Engine
This is Rietveld 408576698