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

Unified Diff: test/dart_codegen/expect/core/comparable.dart

Issue 963593002: Disable formatting and add new-lines to make tests faster. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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: test/dart_codegen/expect/core/comparable.dart
diff --git a/test/dart_codegen/expect/core/comparable.dart b/test/dart_codegen/expect/core/comparable.dart
index 10717ac39f0c7bbafec6e7317c721f79325e4941..3e9980e89e7f2abb30eb03e63bc458817f639b29 100644
--- a/test/dart_codegen/expect/core/comparable.dart
+++ b/test/dart_codegen/expect/core/comparable.dart
@@ -1,7 +1,5 @@
part of dart.core;
-
-typedef int Comparator<T>(T a, T b);
-abstract class Comparable<T> {
- int compareTo(T other);
- static int compare(Comparable a, Comparable b) => a.compareTo(b);
+ typedef int Comparator<T>(T a, T b);
+ abstract class Comparable<T> {int compareTo(T other);
+ static int compare(Comparable a, Comparable b) => a.compareTo(b);
}

Powered by Google App Engine
This is Rietveld 408576698