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

Unified Diff: tests/compiler/dart2js/class_set_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
Index: tests/compiler/dart2js/class_set_test.dart
diff --git a/tests/compiler/dart2js/class_set_test.dart b/tests/compiler/dart2js/class_set_test.dart
index 3a4f36aeb733e4f5f85d7942c32dfb2b3d7ef0e3..54caa73a1f81cba783ad27dc5d83b4ea0b682811 100644
--- a/tests/compiler/dart2js/class_set_test.dart
+++ b/tests/compiler/dart2js/class_set_test.dart
@@ -23,8 +23,7 @@ void main() {
}
testIterators() async {
- var env = await TypeEnvironment.create(
- r"""
+ var env = await TypeEnvironment.create(r"""
/// A
/// / \
/// B C
@@ -38,8 +37,7 @@ testIterators() async {
class E extends C {}
class F extends C {}
class G extends C {}
- """,
- mainSource: r"""
+ """, mainSource: r"""
main() {
new A();
new C();
@@ -48,8 +46,7 @@ testIterators() async {
new F();
new G();
}
- """,
- useMockCompiler: false);
+ """, useMockCompiler: false);
ClosedWorld world = env.closedWorld;
ClassElement A = env.getElement("A");
@@ -349,8 +346,7 @@ testIterators() async {
}
testForEach() async {
- var env = await TypeEnvironment.create(
- r"""
+ var env = await TypeEnvironment.create(r"""
/// A
/// / \
/// B C
@@ -369,8 +365,7 @@ testForEach() async {
class H extends F {}
class I extends F {}
class X {}
- """,
- mainSource: r"""
+ """, mainSource: r"""
main() {
new A();
new C();
@@ -381,8 +376,7 @@ testForEach() async {
new H();
new I();
}
- """,
- useMockCompiler: false);
+ """, useMockCompiler: false);
ClosedWorld world = env.closedWorld;
ClassElement A = env.getElement("A");
« no previous file with comments | « tests/compiler/dart2js/async_await_js_transform_test.dart ('k') | tests/compiler/dart2js/compiler_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698