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

Unified Diff: test/dart_codegen/expect/core/null.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/null.dart
diff --git a/test/dart_codegen/expect/core/null.dart b/test/dart_codegen/expect/core/null.dart
index 5f949fc4df035369d0e4abcb46734917c693367b..e6163b463a2782a5cca9847d8a5b6c0fdcd3a056 100644
--- a/test/dart_codegen/expect/core/null.dart
+++ b/test/dart_codegen/expect/core/null.dart
@@ -1,8 +1,6 @@
part of dart.core;
-
-class Null {
- factory Null._uninstantiable() {
- throw new UnsupportedError('class Null cannot be instantiated');
+ class Null {factory Null._uninstantiable() {
+ throw new UnsupportedError('class Null cannot be instantiated');
}
- String toString() => "null";
+ String toString() => "null";
}

Powered by Google App Engine
This is Rietveld 408576698