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

Unified Diff: test/checker/self_host_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/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/checker/self_host_test.dart
diff --git a/test/checker/self_host_test.dart b/test/checker/self_host_test.dart
index a909d06fac92f516d30d0a0d8d919565e6c1d482..261eb55140d91f93447cf05d4e739efb0f20d6ac 100644
--- a/test/checker/self_host_test.dart
+++ b/test/checker/self_host_test.dart
@@ -11,8 +11,11 @@ import 'package:test/test.dart';
import '../testing.dart' show testDirectory, realSdkContext;
void main() {
- test('checker can run on itself ', () {
- new BatchCompiler(realSdkContext, new CompilerOptions())
- .compileFromUriString('$testDirectory/all_tests.dart');
- }, skip: 'test is very slow');
+ test(
+ 'checker can run on itself ',
+ () {
+ new BatchCompiler(realSdkContext, new CompilerOptions())
+ .compileFromUriString('$testDirectory/all_tests.dart');
+ },
+ skip: 'test is very slow');
}
« no previous file with comments | « test/checker/inferred_type_test.dart ('k') | test/codegen_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698