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

Unified Diff: tests/compiler/dart2js_extra/21666_test.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test 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
« no previous file with comments | « tests/compiler/dart2js_extra/21351_test.dart ('k') | tests/compiler/dart2js_extra/21724_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/21666_test.dart
diff --git a/tests/compiler/dart2js_extra/21666_test.dart b/tests/compiler/dart2js_extra/21666_test.dart
index ceb147a3c4bc26d26dad42c63d36904f0d6c7da4..857b0e34cb2fc467c3934304f8cf9661f79bae99 100644
--- a/tests/compiler/dart2js_extra/21666_test.dart
+++ b/tests/compiler/dart2js_extra/21666_test.dart
@@ -2,7 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-
// Regression test for issue 21666 - problems with method that has super calls.
//
// Use a method and getter with super calls in various ways.
@@ -12,8 +11,13 @@ import 'package:expect/expect.dart';
@MirrorsUsed(targets: const [A, B, Object])
import 'dart:mirrors';
-class X { const X(); }
-class Y { const Y(); }
+class X {
+ const X();
+}
+
+class Y {
+ const Y();
+}
typedef fInt(int x);
typedef fString(String x);
« no previous file with comments | « tests/compiler/dart2js_extra/21351_test.dart ('k') | tests/compiler/dart2js_extra/21724_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698