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

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

Issue 2990223002: Reformat untouched files. (Closed)
Patch Set: Created 3 years, 4 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 | « tests/compiler/dart2js/stats_test.dart ('k') | tests/compiler/dart2js/type_checker_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/subtypeset_test.dart
diff --git a/tests/compiler/dart2js/subtypeset_test.dart b/tests/compiler/dart2js/subtypeset_test.dart
index 55df06f5f31fbdc897bae3f7cc05d385692b996d..c67049ae5cc2d05bd245a818f35d64ac7f5e6310 100644
--- a/tests/compiler/dart2js/subtypeset_test.dart
+++ b/tests/compiler/dart2js/subtypeset_test.dart
@@ -14,9 +14,7 @@ import 'package:compiler/src/universe/class_set.dart';
import 'package:compiler/src/world.dart';
void main() {
- asyncTest(() => TypeEnvironment
- .create(
- r"""
+ asyncTest(() => TypeEnvironment.create(r"""
/// A
/// / \
/// B C
@@ -34,8 +32,7 @@ void main() {
class G extends C {}
class H implements C {}
class I implements H {}
- """,
- mainSource: r"""
+ """, mainSource: r"""
main() {
new A();
new C();
@@ -44,9 +41,7 @@ void main() {
new F();
new G();
}
- """,
- useMockCompiler: false)
- .then((env) {
+ """, useMockCompiler: false).then((env) {
ClosedWorld world = env.closedWorld;
ClassElement A = env.getElement("A");
« no previous file with comments | « tests/compiler/dart2js/stats_test.dart ('k') | tests/compiler/dart2js/type_checker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698